[BusyBox-cvs] busybox/libbb dump.c,1.5,1.6

Glenn McGrath bug1 at busybox.net
Mon Apr 21 10:26:43 UTC 2003


Update of /var/cvs/busybox/libbb
In directory winder:/tmp/cvs-serv14311/libbb

Modified Files:
	dump.c 
Log Message:
sync with waldi


Index: dump.c
===================================================================
RCS file: /var/cvs/busybox/libbb/dump.c,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- dump.c	19 Apr 2003 23:18:35 -0000	1.5
+++ dump.c	21 Apr 2003 10:26:39 -0000	1.6
@@ -258,7 +258,7 @@
 				savech = *p3;
 				*p3 = '\0';
 				if (!(pr->fmt = realloc(pr->fmt, strlen(pr->fmt)+(p3-p2)+1)))
-					perror_msg_and_die("hexdump");
+					bb_perror_msg_and_die("hexdump");
 				strcat(pr->fmt, p2);
 				*p3 = savech;
 				p2 = p3;



More information about the busybox-cvs mailing list