• Peter Beutner's avatar
    msvcrt: Correctly set EOF flag in fread(). · 72017cc9
    Peter Beutner authored
    Setting the EOF flag only if _read() returns zero is not enough as we
    could also read something AND hit the end of file.
    _read() already sets another internal EOF flag, so just use this too.
    Removing todo_wine from the test case.
    72017cc9
Name
Last commit
Last update
..
tests Loading commit data...
.gitignore Loading commit data...
Makefile.in Loading commit data...
console.c Loading commit data...
cpp.c Loading commit data...
cppexcept.c Loading commit data...
cppexcept.h Loading commit data...
ctype.c Loading commit data...
data.c Loading commit data...
dir.c Loading commit data...
environ.c Loading commit data...
errno.c Loading commit data...
except.c Loading commit data...
exit.c Loading commit data...
file.c Loading commit data...
heap.c Loading commit data...
locale.c Loading commit data...
lock.c Loading commit data...
main.c Loading commit data...
math.c Loading commit data...
mbcs.c Loading commit data...
misc.c Loading commit data...
msvcrt.h Loading commit data...
msvcrt.spec Loading commit data...
mtdll.h Loading commit data...
process.c Loading commit data...
rsrc.rc Loading commit data...
scanf.c Loading commit data...
scanf.h Loading commit data...
string.c Loading commit data...
thread.c Loading commit data...
time.c Loading commit data...
undname.c Loading commit data...
wcs.c Loading commit data...