diff options
-rw-r--r-- | main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main.c b/main.c index aaf901c..04558b7 100644 --- a/main.c +++ b/main.c @@ -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: |