Bug fix (?)
This commit is contained in:
parent
32f1fc504c
commit
4f94fb9ea0
1 changed files with 1 additions and 1 deletions
|
@ -81,7 +81,7 @@ struct buffer_header {
|
||||||
#ifndef INP_READ_IN_ONE
|
#ifndef INP_READ_IN_ONE
|
||||||
struct i_buf {
|
struct i_buf {
|
||||||
struct i_buf *next;
|
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
|
# endif not INP_READ_IN_ONE
|
||||||
|
|
Loading…
Add table
Reference in a new issue