[BusyBox-cvs] busybox/libbb xfuncs.c,1.12,1.13

Manuel Novoa III mjn3 at busybox.net
Mon Mar 8 05:44:32 UTC 2004


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

Modified Files:
	xfuncs.c 
Log Message:
My bug.  :-(


Index: xfuncs.c
===================================================================
RCS file: /var/cvs/busybox/libbb/xfuncs.c,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- a/xfuncs.c	14 Jul 2003 21:20:56 -0000	1.12
+++ b/xfuncs.c	8 Mar 2004 05:44:30 -0000	1.13
@@ -136,6 +136,7 @@
 			bb_error_msg_and_die("Short read");
 		}
 		count -= size;
+		buf = ((char *) buf) + size;
 	}
 	return;
 }




More information about the busybox-cvs mailing list