1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-04-13 07:15:50 +02:00

*** empty log message ***

This commit is contained in:
Jim Meyering
2002-09-15 07:23:14 +00:00
parent f4c8df3d37
commit 68754e2a35

View File

@@ -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.