Skip to content

Commit 70f3ce2

Browse files
thestingerPatrykMis
authored andcommitted
remove use of __DATE__ and __TIME__
These are only used for version output that's not actually used.
1 parent 07a7e06 commit 70f3ce2

File tree

1 file changed

+2
-2
lines changed
  • braille/brltty/src/phone/jni/brlttywrapper/third_party/brltty/Headers

1 file changed

+2
-2
lines changed

braille/brltty/src/phone/jni/brlttywrapper/third_party/brltty/Headers/driver.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ typedef struct {
4141
.comment = DRIVER_COMMENT, \
4242
.version = DRIVER_VERSION, \
4343
.developers = DRIVER_DEVELOPERS, \
44-
.date = __DATE__, \
45-
.time = __TIME__ \
44+
.date = "Jan 1 1970", \
45+
.time = "00:00:00" \
4646
}
4747

4848
#define DRIVER_VERSION_STRING PACKAGE_VERSION

0 commit comments

Comments
 (0)