Stats: print db_update as unsigned integer
This commit is contained in:
parent
67b8124a1d
commit
e719b6cc41
@ -83,6 +83,6 @@ stats_print(Client &client)
|
||||
|
||||
if (db_is_simple())
|
||||
client_printf(client,
|
||||
"db_update: %li\n",
|
||||
(long)db_get_mtime());
|
||||
"db_update: %lu\n",
|
||||
(unsigned long)db_get_mtime());
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user