diff options
-rw-r--r-- | main.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -611,7 +611,7 @@ int main(void) { refresh: arena_reset(&post_arena); posts_refresh(&posts, &post_arena); - tagline_set("%lu users, %lu posts, %lums", post_stats.user_count, post_stats.post_count, + tagline_set("%zu users, %zu posts, %zums", post_stats.user_count, post_stats.post_count, post_stats.gather_ns / 1000000); /* fallthrough */ case KEY_RESIZE: |