summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2003-07-26 06:31:45 +0000
committerJim Meyering <jim@meyering.net>2003-07-26 06:31:45 +0000
commite63a1cef2f81d940160191df979f2d9e384ce743 (patch)
tree39d6d3b63ed54e612d3763c02c0161713b4ac0b3 /ChangeLog
parenta2e3a45c1d14c383b58f7595d1e16ec0b41852b5 (diff)
downloadcoreutils-e63a1cef2f81d940160191df979f2d9e384ce743.tar.xz
*** empty log message ***
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e673cee9e..0567f99ef 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,9 @@
* Version 5.0.90.
+ * src/pathchk.c (validate_path): Cast strlen value to `unsigned long'
+ so it matches `%ld' format even on 32-bit systems.
+
* src/fmt.c (flush_paragraph): Cast field width to `int' to
avoid warning on 64-bit systems.