Bug fix (?)
authorceriel <none@none>
Tue, 20 Jan 1987 14:47:49 +0000 (14:47 +0000)
committerceriel <none@none>
Tue, 20 Jan 1987 14:47:49 +0000 (14:47 +0000)
modules/src/input/inp_pkg.body

index c0d519f..54f6a65 100644 (file)
@@ -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