diff options
Diffstat (limited to '')
-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 3c8e9074a..ff269360f 100644 --- a/editors/diff.c +++ b/editors/diff.c | |||
@@ -749,6 +749,7 @@ static int diffreg(char *file[2]) | |||
749 | fp[i] = fdopen(fd, "r"); | 749 | fp[i] = fdopen(fd, "r"); |
750 | } | 750 | } |
751 | 751 | ||
752 | setup_common_bufsiz(); | ||
752 | while (1) { | 753 | while (1) { |
753 | const size_t sz = COMMON_BUFSIZE / 2; | 754 | const size_t sz = COMMON_BUFSIZE / 2; |
754 | char *const buf0 = bb_common_bufsiz1; | 755 | char *const buf0 = bb_common_bufsiz1; |