*: hopefully all setup_common_bufsiz() are in place
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
@ -749,6 +749,7 @@ static int diffreg(char *file[2])
|
||||
fp[i] = fdopen(fd, "r");
|
||||
}
|
||||
|
||||
setup_common_bufsiz();
|
||||
while (1) {
|
||||
const size_t sz = COMMON_BUFSIZE / 2;
|
||||
char *const buf0 = bb_common_bufsiz1;
|
||||
|
Reference in New Issue
Block a user