added one byte to ibuf
This commit is contained in:
parent
c6a51a39f0
commit
225f1fb724
1 changed files with 1 additions and 1 deletions
|
@ -71,7 +71,7 @@ PRIVATE struct buffer_header *head = 0; /* current input buffer */
|
||||||
IMPORT char **WorkingDir; /* name of current working directory */
|
IMPORT char **WorkingDir; /* name of current working directory */
|
||||||
#else NOPP
|
#else NOPP
|
||||||
long isize;
|
long isize;
|
||||||
char ibuf[BUFSIZ];
|
char ibuf[BUFSIZ + 1];
|
||||||
#endif NOPP
|
#endif NOPP
|
||||||
|
|
||||||
#ifdef READ_IN_ONE
|
#ifdef READ_IN_ONE
|
||||||
|
|
Loading…
Add table
Reference in a new issue