My bug. :-(

This commit is contained in:
Manuel Novoa III 2004-03-08 05:44:30 +00:00
parent 2479445562
commit 948d4907a0

View File

@ -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;
}