]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
*** empty log message ***
authorJim Meyering <jim@meyering.net>
Sat, 26 Jul 2003 06:31:45 +0000 (06:31 +0000)
committerJim Meyering <jim@meyering.net>
Sat, 26 Jul 2003 06:31:45 +0000 (06:31 +0000)
ChangeLog

index e673cee9ebd95fc0b7715732eb37692199a9cb19..0567f99ef7eb8dd2f58791591d7ce947ab0e8792 100644 (file)
--- 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.