database.c: In function 'ReadTimestamps':
database.c:268:8: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
if (ptr && (*ptr == 0 || *ptr == '\n'))
^~
database.c:271:9: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
tm.tm_isdst = -1;
^~