From 43b84ec02ef3f697efb54bd6efc4e103162aecd3 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Fri, 5 Apr 1996 04:00:05 +0000 Subject: [PATCH] Remove fixed FIXME. --- src/ls.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/ls.c b/src/ls.c index 22daa8eb5a..5da593defd 100644 --- a/src/ls.c +++ b/src/ls.c @@ -1675,7 +1675,6 @@ quote_filename (register const char *p, size_t *quoted_length) break; default: - /* FIXME: why not just use the ISGRAPH macro here? */ if (!ISGRAPH (c)) found_quotable = 1; break; -- 2.47.2