diff options
author | Jim Meyering <jim@meyering.net> | 2003-09-19 07:40:55 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2003-09-19 07:40:55 +0000 |
commit | 8f51c46818600b35a8cb4b756e7538629ad0866c (patch) | |
tree | 6ac8beeadea61e029749838ef6d475394a2711d8 | |
parent | 969d9407d328f953ab2487da4604228afb906415 (diff) | |
download | coreutils-8f51c46818600b35a8cb4b756e7538629ad0866c.tar.xz |
*** empty log message ***
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -2,6 +2,12 @@ * Version 5.0.92. + `du -D symlink-to-dir' would mistakenly omit the slash in + lines like this: 24 symlink-to-dir/subdir + * src/du.c (process_file): Fix offset calculation. + Reported by Jeff Sheinberg as Debian bug #211591; + http://bugs.debian.org/205251 + * src/du.c (process_file): Remove useless disjunct. * src/sys2.h (case_GETOPT_VERSION_CHAR): Rename parameter, Authors, |