added one byte to ibuf
authorerikb <none@none>
Fri, 12 Sep 1986 12:58:22 +0000 (12:58 +0000)
committererikb <none@none>
Fri, 12 Sep 1986 12:58:22 +0000 (12:58 +0000)
lang/cem/cemcom/input.c

index adae8d9..daa4e96 100644 (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