mirror of
https://github.com/owntracks/recorder.git
synced 2024-11-15 01:48:27 -07:00
satisfy docker build
This commit is contained in:
parent
9713094da9
commit
ce3bcdb6a2
2
util.c
2
util.c
@ -83,7 +83,7 @@ const char *isolocal(long tst, char *tzname)
|
|||||||
}
|
}
|
||||||
|
|
||||||
strcpy(local, "-");
|
strcpy(local, "-");
|
||||||
if ((tm = localtime(&tst)) != NULL) {
|
if ((tm = localtime((time_t *)&tst)) != NULL) {
|
||||||
strftime(local, sizeof(local), "%FT%T%z", tm);
|
strftime(local, sizeof(local), "%FT%T%z", tm);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user