From: Jim Meyering Date: Mon, 13 Oct 2003 14:26:50 +0000 (+0000) Subject: (print_many_per_line): Add FIXME comment. X-Git-Tag: v5.1.0~433 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=aa615387afbde6c0c96902a2c09aa5f12469801d;p=thirdparty%2Fcoreutils.git (print_many_per_line): Add FIXME comment. --- 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) {