[prev in list] [next in list] [prev in thread] [next in thread] 

List:       busybox-cvs
Subject:    svn commit: trunk/busybox/coreutils
From:       vapier () busybox ! net (vapier at busybox ! net)
Date:       2006-12-31 11:34:17
Message-ID: 20061231113417.EAFC6485FA () busybox ! net
[Download RAW message or body]

Author: vapier
Date: 2006-12-31 03:34:17 -0800 (Sun, 31 Dec 2006)
New Revision: 17114

Log:
Yann E. MORIN. writes: i pity the fool who doesnt use the z length modifier with size_t types

Modified:
   trunk/busybox/coreutils/od_bloaty.c


Changeset:
Modified: trunk/busybox/coreutils/od_bloaty.c
===================================================================
--- trunk/busybox/coreutils/od_bloaty.c	2006-12-30 22:03:02 UTC (rev 17113)
+++ trunk/busybox/coreutils/od_bloaty.c	2006-12-31 11:34:17 UTC (rev 17114)
@@ -1436,7 +1436,7 @@
 		if (str_w)
 			bytes_per_block = xatou(str_w);
 		if (!bytes_per_block || bytes_per_block % l_c_m != 0) {
-			bb_error_msg("warning: invalid width %u; using %d instead",
+			bb_error_msg("warning: invalid width %zu; using %d instead",
 					bytes_per_block, l_c_m);
 			bytes_per_block = l_c_m;
 		}


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic