[BusyBox-cvs] busybox/libbb dump.c,1.5,1.6
Glenn McGrath
bug1 at busybox.net
Mon Apr 21 10:26:43 UTC 2003
- Previous message: [BusyBox-cvs] busybox/debian changelog,1.35,1.36 config-net-udeb-i386,1.2,1.3 config-udeb,1.12,1.13 config-udeb-i386,1.2,1.3
- Next message: [BusyBox-cvs] busybox/archival/libunarchive data_extract_all.c,1.9,1.10
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
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;
- Previous message: [BusyBox-cvs] busybox/debian changelog,1.35,1.36 config-net-udeb-i386,1.2,1.3 config-udeb,1.12,1.13 config-udeb-i386,1.2,1.3
- Next message: [BusyBox-cvs] busybox/archival/libunarchive data_extract_all.c,1.9,1.10
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the busybox-cvs
mailing list