summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2003-03-05 17:50:06 +0000
committerJim Meyering <jim@meyering.net>2003-03-05 17:50:06 +0000
commita7135a8d9579a14293547e536bdf2be6f261ab1b (patch)
treeb560f8bcc847e4c6425cc3d576881877a8f4c9dc
parent57bdc54b219e0e95c80f7e31ac1510f533981014 (diff)
downloadcoreutils-4.5.9.tar.gz
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index bf15dc3c7..825f9a582 100644
--- 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.