From aa615387afbde6c0c96902a2c09aa5f12469801d Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Mon, 13 Oct 2003 14:26:50 +0000 Subject: [PATCH] (print_many_per_line): Add FIXME comment. --- src/ls.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/ls.c b/src/ls.c index 6b7bd360e9..c3c837dcac 100644 --- 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) { -- 2.47.2