Fixed calculating the cache size in cUnbufferedFile::Read()

This commit is contained in:
Klaus Schmidinger
2006-05-26 10:13:48 +02:00
parent 09386e621d
commit af9266d21c
3 changed files with 5 additions and 3 deletions

View File

@@ -274,6 +274,7 @@ Artur Skawina <skawina@geocities.com>
for pointing out a problem with the ERR macro defined by ncurses.h
for a patch that contained a fix for checking toFile in cCuttingThread::Action()
for improving cUnbufferedFile
for fixing calculating the cache size in cUnbufferedFile::Read()
Werner Fink <werner@suse.de>
for making I/O more robust by handling EINTR