My bug. :-(
This commit is contained in:
parent
2479445562
commit
948d4907a0
@ -136,6 +136,7 @@ extern void bb_xread_all(int fd, void *buf, size_t count)
|
|||||||
bb_error_msg_and_die("Short read");
|
bb_error_msg_and_die("Short read");
|
||||||
}
|
}
|
||||||
count -= size;
|
count -= size;
|
||||||
|
buf = ((char *) buf) + size;
|
||||||
}
|
}
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user