diff options
-rw-r--r-- | src/stats.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/stats.c b/src/stats.c index 673d531ec..718d8633a 100644 --- a/src/stats.c +++ b/src/stats.c @@ -116,6 +116,6 @@ int stats_print(struct client *client) (long)g_timer_elapsed(stats.timer, NULL), (long)(pc_get_total_play_time() + 0.5), stats.song_duration, - db_get_mtime()); + (long)db_get_mtime()); return 0; } |