diff options
author | Manuel Novoa III | 2004-03-08 05:44:30 +0000 |
---|---|---|
committer | Manuel Novoa III | 2004-03-08 05:44:30 +0000 |
commit | 948d4907a0d13f0b4f2a8b5985504ef406686b04 (patch) | |
tree | 1325d99453d16995b96e2c1f29b89771017525bd /libbb/xfuncs.c | |
parent | 2479445562a9b5a9f226d0b00c41dbd533e63213 (diff) | |
download | busybox-948d4907a0d13f0b4f2a8b5985504ef406686b04.zip busybox-948d4907a0d13f0b4f2a8b5985504ef406686b04.tar.gz |
My bug. :-(
Diffstat (limited to 'libbb/xfuncs.c')
-rw-r--r-- | libbb/xfuncs.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libbb/xfuncs.c b/libbb/xfuncs.c index 8784b50..da3775a 100644 --- a/libbb/xfuncs.c +++ b/libbb/xfuncs.c @@ -136,6 +136,7 @@ extern void bb_xread_all(int fd, void *buf, size_t count) bb_error_msg_and_die("Short read"); } count -= size; + buf = ((char *) buf) + size; } return; } |