]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
(print_many_per_line): Add FIXME comment.
authorJim Meyering <jim@meyering.net>
Mon, 13 Oct 2003 14:26:50 +0000 (14:26 +0000)
committerJim Meyering <jim@meyering.net>
Mon, 13 Oct 2003 14:26:50 +0000 (14:26 +0000)
src/ls.c

index 6b7bd360e98f0a84a81561a0ca3aac11480358cc..c3c837dcac4a8bf7b5cda8da8a3adac146d321f0 100644 (file)
--- a/src/ls.c
+++ b/src/ls.c
@@ -3476,6 +3476,8 @@ length_of_file_name_and_frills (const struct fileinfo *f)
   return len;
 }
 
+/* FIXME: the first  40+ lines of this function are nearly identical
+   to those in the print_horizontal function.  Fix that.  */
 static void
 print_many_per_line (void)
 {