1
0
mirror of git://erdgeist.org/opentracker synced 2025-01-12 07:50:52 +00:00

time_caching_worker never returns, but if it would, it should return a value

This commit is contained in:
Dirk Engling 2024-04-15 17:34:06 +02:00
parent a6c4766348
commit 806a6b99cf

View File

@ -643,6 +643,7 @@ static void *time_caching_worker(void *args) {
g_now_seconds = time(NULL);
sleep(5);
}
return NULL;
}
int main(int argc, char **argv) {