summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2006-07-25 15:30:27 +0000
committerJim Meyering <jim@meyering.net>2006-07-25 15:30:27 +0000
commitc04a374bb026e19b2a993681cadae617b918d692 (patch)
tree2ea91d3ef63c72a242e2e704a037aa2d50fa522c /ChangeLog
parent5a06d062c78b2f0b755eef9c4ec2faaf385fa6ac (diff)
downloadcoreutils-c04a374bb026e19b2a993681cadae617b918d692.tar.xz
Get --dired offsets right when handling stat-failed entries.
* src/ls.c (print_long_format): Be careful to increment P by the appropriate amount, even when inode_number_width and nlink_width are zero. * tests/ls/stat-failed: Test for the above.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e5cfb9cdb..f604a4653 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2006-07-25 Jim Meyering <jim@meyering.net>
+ Get --dired offsets right when handling stat-failed entries.
+ * src/ls.c (print_long_format): Be careful to increment P by the
+ appropriate amount, even when inode_number_width and nlink_width
+ are zero.
+ * tests/ls/stat-failed: Test for the above.
+
* src/ls.c (gobble_file) [USE_ACL]: Don't use-uninitialized the
have_acl member. That would happen for a directory with both a
non-stat'able entry and one with an ACL.