Fix bug: low-level file reading code was occasionally signalling
authorChris Hanson <org/chris-hanson/cph>
Sun, 24 Aug 1997 04:05:55 +0000 (04:05 +0000)
committerChris Hanson <org/chris-hanson/cph>
Sun, 24 Aug 1997 04:05:55 +0000 (04:05 +0000)
commitf058719458fde505054035d2bc7c22a6758058aa
tree12df8662ed1ec5b4fa6b65d7485c90d2b8bb801d
parent99bd965b9984dcad5f2e5152621dfb7caea4b35b
Fix bug: low-level file reading code was occasionally signalling
errors for no apparent reason.  The cause: the ReadFile API can return
an error indication when it is called at end-of-file.  However, in
ONLY this case, the returned "bytesRead" value is zero.
v7/src/microcode/ntapi.h
v7/src/microcode/ntio.c