]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
. COREUTILS-4_5_9 v4.5.9
authorJim Meyering <jim@meyering.net>
Wed, 5 Mar 2003 17:50:06 +0000 (17:50 +0000)
committerJim Meyering <jim@meyering.net>
Wed, 5 Mar 2003 17:50:06 +0000 (17:50 +0000)
ChangeLog

index bf15dc3c72afde45dea3640d4d50c0e7691039dd..825f9a5825e06c332d5cfe3eb6dff28b8f899cc6 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,10 @@
 
        * Version 4.5.9.
 
+       * src/printf.c (print_esc): Remove pointless comparison of unsigned
+       integer with zero, to avoid a warning from Intel's ecc.
+       Reported by Nelson Beebe.
+
        * src/du.c (process_file): Sizes must all be of type uintmax_t.
        Otherwise, for files or totals that are too big, numbers would
        be truncated.  Patch mostly by Michael Stone.