mirror of
git://erdgeist.org/opentracker
synced 2025-01-26 06:36:26 +00:00
time_caching_worker never returns, but if it would, it should return a value
This commit is contained in:
parent
a6c4766348
commit
806a6b99cf
@ -643,6 +643,7 @@ static void *time_caching_worker(void *args) {
|
|||||||
g_now_seconds = time(NULL);
|
g_now_seconds = time(NULL);
|
||||||
sleep(5);
|
sleep(5);
|
||||||
}
|
}
|
||||||
|
return NULL;
|
||||||
}
|
}
|
||||||
|
|
||||||
int main(int argc, char **argv) {
|
int main(int argc, char **argv) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user