diff options
Diffstat (limited to 'editors/diff.c')
-rw-r--r-- | editors/diff.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/editors/diff.c b/editors/diff.c index 3c8e907..ff26936 100644 --- a/editors/diff.c +++ b/editors/diff.c @@ -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; |