added one byte to ibuf

This commit is contained in:
erikb 1986-09-12 12:58:22 +00:00
parent c6a51a39f0
commit 225f1fb724

View file

@ -71,7 +71,7 @@ PRIVATE struct buffer_header *head = 0; /* current input buffer */
IMPORT char **WorkingDir; /* name of current working directory */
#else NOPP
long isize;
char ibuf[BUFSIZ];
char ibuf[BUFSIZ + 1];
#endif NOPP
#ifdef READ_IN_ONE