fixed freopen() bug by deleting some code
This commit is contained in:
parent
a0ee315857
commit
8f8bca227a
@ -90,11 +90,6 @@ freopen(const char *name, const char *mode, FILE *stream)
|
||||
}
|
||||
|
||||
stream->_count = 0;
|
||||
if (stream->_buf && !(flags & _IONBF) && (flags & _IOWRITE))
|
||||
if (flags & _IOLBF)
|
||||
stream->_count = 0;
|
||||
else stream->_count = stream->_bufsiz;
|
||||
|
||||
stream->_fd = fd;
|
||||
stream->_flags = flags;
|
||||
return stream;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user