bug fix
This commit is contained in:
parent
17a2c4977e
commit
63af2a556b
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
||||||
_fillbuf(iop)
|
_fillbuf(iop)
|
||||||
register FILE *iop;
|
register FILE *iop;
|
||||||
{
|
{
|
||||||
unsigned char ch[_NFILES];
|
static unsigned char ch[_NFILES];
|
||||||
|
|
||||||
iop->_count = 0;
|
iop->_count = 0;
|
||||||
if (fileno(iop) < 0) return EOF;
|
if (fileno(iop) < 0) return EOF;
|
||||||
|
|
Loading…
Add table
Reference in a new issue