add comment before arraylist_add
This commit is contained in:
parent
10a7663d0b
commit
e270bf0e14
1 changed files with 1 additions and 0 deletions
1
ccc.c
1
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
|
||||
|
|
Loading…
Reference in a new issue