diff options
author | Pádraig Brady <P@draigBrady.com> | 2015-10-21 13:57:41 +0100 |
---|---|---|
committer | Pádraig Brady <P@draigBrady.com> | 2015-10-21 16:13:57 +0100 |
commit | e71be1292b92b244d065873fae5a17d5e1f0a16c (patch) | |
tree | ce77fb2219c8a3fce9bda19a11068c53bd025d4b /NEWS | |
parent | 0e997681d4497fe9ba6db035909e413a5af050a9 (diff) | |
download | coreutils-e71be1292b92b244d065873fae5a17d5e1f0a16c.tar.xz |
ls: fix off by one error when determining max display columns
* src/ls.c (main): Account for the first column not including
a separator when calculating max_idx.
* tests/ls/w-option.sh: Add a test case.
* NEWS: Mention the bug fix.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -4,6 +4,9 @@ GNU coreutils NEWS -*- outline -*- ** Bug fixes + ls no longer prematurely wraps lines when printing short file names. + [bug introduced in 5.1.0] + shred again uses defined patterns for all iteration counts. [bug introduced in coreutils-5.93] |