[BusyBox-cvs] busybox/libbb dump.c,1.11,1.12

Glenn McGrath bug1 at busybox.net
Sun May 2 08:38:56 UTC 2004


Update of /var/cvs/busybox/libbb
In directory nail:/tmp/cvs-serv2156/libbb

Modified Files:
	dump.c 
Log Message:
Add part of a patch from Vernon Sauder that i missed a while back


Index: dump.c
===================================================================
RCS file: /var/cvs/busybox/libbb/dump.c,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- a/dump.c	27 Mar 2004 11:26:32 -0000	1.11
+++ b/dump.c	2 May 2004 08:38:53 -0000	1.12
@@ -545,7 +545,7 @@
 /*                      PRINT; */
 						switch (pr->flags) {
 						case F_ADDRESS:
-							printf(pr->fmt, address);
+							printf(pr->fmt, (unsigned int) address);
 							break;
 						case F_BPAD:
 							printf(pr->fmt, "");




More information about the busybox-cvs mailing list