From a425fae2957af00cf8e75dd1046fef903429fa8d Mon Sep 17 00:00:00 2001 From: Thorsten Töpper Date: Sat, 26 Jul 2025 15:51:01 +0200 Subject: output: correct unit in summary line --- src/output.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/output.c') diff --git a/src/output.c b/src/output.c index 8e57bcd..f94e3c9 100644 --- a/src/output.c +++ b/src/output.c @@ -638,7 +638,7 @@ void print_list_formatted(const char *format, struct list_head *list) { } out_print_newline(); printf("\nTotal size: %lu %s\n", ((total_size>1024) ? total_size/1024 : total_size), - ((total_size >= 1024) ? "kB" : "")); + ((total_size >= 1024) ? "KiB" : "")); if (lh != list) destroy_list(lh); } -- cgit v1.2.3-70-g09d2