Fixed timeout calculation in cFile::FileReady()

This commit is contained in:
Klaus Schmidinger
2001-08-05 12:40:37 +02:00
parent c2ed9b5daf
commit ae15608197
3 changed files with 8 additions and 3 deletions

View File

@@ -619,3 +619,5 @@ Video Disk Recorder Revision History
- Fixed replay progress display in case replay is paused while watching an
ongoing recording.
- Ringbuffer uses semaphores to signal empty/full conditions.
- Fixed calculating the timeout value in cFile::FileReady() (thanks to
Wolfgang Henselmann-Weiss).