diff options
Diffstat (limited to 'src/ls.c')
-rw-r--r-- | src/ls.c | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -1683,8 +1683,7 @@ quote_filename (register const char *p, size_t *quoted_length) } else { - if (!ISPRINT (c) - && qmark_funny_chars) + if (!ISPRINT (c) && qmark_funny_chars) found_quotable = 1; } if (found_quotable) |