diff options
author | Jim Meyering <jim@meyering.net> | 2003-10-13 14:26:50 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2003-10-13 14:26:50 +0000 |
commit | aa615387afbde6c0c96902a2c09aa5f12469801d (patch) | |
tree | e5cac52ef8413848f5e1d3c044030d23517a5ea0 /src | |
parent | 6e2f5aeeb6a2681b2caf5087430585869b67c634 (diff) | |
download | coreutils-aa615387afbde6c0c96902a2c09aa5f12469801d.tar.xz |
(print_many_per_line): Add FIXME comment.
Diffstat (limited to 'src')
-rw-r--r-- | src/ls.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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) { |