summaryrefslogtreecommitdiffstats
path: root/color.c
diff options
context:
space:
mode:
Diffstat (limited to 'color.c')
-rw-r--r--color.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/color.c b/color.c
index 94f58fc..24c7f4b 100644
--- a/color.c
+++ b/color.c
@@ -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;