]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
*** empty log message ***
authorJim Meyering <jim@meyering.net>
Sun, 15 Sep 2002 07:23:14 +0000 (07:23 +0000)
committerJim Meyering <jim@meyering.net>
Sun, 15 Sep 2002 07:23:14 +0000 (07:23 +0000)
ChangeLog

index 46f6b1634e6813c81b28f4764f7f4e3e0d8da54f..963d49bdcdbf8b628bcc64a7a9b70808ce22d3f4 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,12 @@
-2002-09-14  Jim Meyering  <meyering@lucent.com>
+2002-09-15  Jim Meyering  <meyering@lucent.com>
 
        * 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  <meyering@lucent.com>
+
        * 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.