diff options
Diffstat (limited to 'newlib/libc/stdio/vfscanf.c')
-rw-r--r-- | newlib/libc/stdio/vfscanf.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/newlib/libc/stdio/vfscanf.c b/newlib/libc/stdio/vfscanf.c index 39c5a0a..0b5e975 100644 --- a/newlib/libc/stdio/vfscanf.c +++ b/newlib/libc/stdio/vfscanf.c @@ -379,7 +379,6 @@ _DEFUN(__ssrefill_r, (ptr, fp), /* Otherwise we are out of character input. */ fp->_p = fp->_bf._base; fp->_r = 0; - fp->_flags &= ~__SMOD; /* buffer contents are again pristine */ fp->_flags |= __SEOF; return EOF; } |