From: ceriel Date: Tue, 20 Jan 1987 14:47:49 +0000 (+0000) Subject: Bug fix (?) X-Git-Tag: release-5-5~4957 X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=4f94fb9ea096ada7c59e3d58c6b7d71df5e336ca;p=ack.git Bug fix (?) --- diff --git a/modules/src/input/inp_pkg.body b/modules/src/input/inp_pkg.body index c0d519f01..54f6a65ec 100644 --- a/modules/src/input/inp_pkg.body +++ b/modules/src/input/inp_pkg.body @@ -81,7 +81,7 @@ struct buffer_header { #ifndef INP_READ_IN_ONE struct i_buf { struct i_buf *next; - char ib_text[INP_BUFSIZE+INP_NPUSHBACK-1]; + char ib_text[INP_BUFSIZE+INP_NPUSHBACK]; }; # endif not INP_READ_IN_ONE