From: Jim Meyering Date: Sat, 26 Jul 2003 06:31:45 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: v5.0.90~77 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e63a1cef2f81d940160191df979f2d9e384ce743;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/ChangeLog b/ChangeLog index e673cee9eb..0567f99ef7 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.