diff options
Diffstat (limited to 'color.c')
-rw-r--r-- | color.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -790,7 +790,7 @@ static int print_dirs_colored(CFILE *cfile, const char *path, const struct BFTW } } - if (broken < nameoff) { + if ((size_t)broken < nameoff) { const char *color = colors->missing; if (!color) { color = colors->orphan; |