From b25748bda091d2d35e5600024379b17ea81fc97f Mon Sep 17 00:00:00 2001 From: wrmr Date: Tue, 24 Jun 2025 22:58:13 -0400 Subject: %zu in tagline_set instead of %lu --- main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: -- cgit 1.4.1-2-gfad0