diff --git a/lang/cem/cemcom/input.c b/lang/cem/cemcom/input.c index adae8d9f8..daa4e96f3 100644 --- a/lang/cem/cemcom/input.c +++ b/lang/cem/cemcom/input.c @@ -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