From: Jim Meyering Date: Fri, 5 Apr 1996 04:00:05 +0000 (+0000) Subject: Remove fixed FIXME. X-Git-Tag: TEXTUTILS-1_14b~67 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=43b84ec02ef3f697efb54bd6efc4e103162aecd3;p=thirdparty%2Fcoreutils.git Remove fixed FIXME. --- 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;