From e270bf0e1411c5c33c13a26c4cc302554f927fe2 Mon Sep 17 00:00:00 2001 From: Oscar Fu Date: Sat, 6 Apr 2024 22:09:14 +0100 Subject: [PATCH] add comment before arraylist_add --- ccc.c | 1 + 1 file changed, 1 insertion(+) diff --git a/ccc.c b/ccc.c index 48a50e7..6205bad 100644 --- a/ccc.c +++ b/ccc.c @@ -684,6 +684,7 @@ void add_file_stat(char *filename, char *path, int ftype) char *total_stat = memalloc(stat_size); snprintf(total_stat, stat_size, "%s %s %-*s", mode_str, time, size_size, size); + /* DIR if color is 5 */ if (color == 5) arraylist_add(tmp1, filename, path, total_stat, type, icon_str, color, false, false); else