diff options
Diffstat (limited to 'utils/8l/l.h')
| -rw-r--r-- | utils/8l/l.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/8l/l.h b/utils/8l/l.h index da151014..ca3059e9 100644 --- a/utils/8l/l.h +++ b/utils/8l/l.h @@ -195,7 +195,7 @@ EXTERN union uchar obuf[MAXIO]; /* output buffer */ uchar ibuf[MAXIO]; /* input buffer */ } u; - char dbuf[1]; + char dbuf[MAXIO]; } buf; #define cbuf u.obuf |
