From: Jim Meyering Date: Sun, 15 Sep 2002 07:23:14 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: v4.5.2~143 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=68754e2a35e5bd2e0f4b247b28d058d893f613fc;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/ChangeLog b/ChangeLog index 46f6b1634e..963d49bdcd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,12 @@ -2002-09-14 Jim Meyering +2002-09-15 Jim Meyering * Version 4.5.2. + * src/csplit.c (get_format_width): Add cast to avoid + warning about `signed and unsigned type in conditional expression'. + +2002-09-14 Jim Meyering + * src/who.c (print_user): Change type of local to size_t to avoid warnings about `comparison between signed and unsigned'. * src/ptx.c (generate_all_output): Likewise.