summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2001-08-05 12:40:37 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2001-08-05 12:40:37 +0200
commitae1560819792427d08a7cb51f19b6dccaa850fa2 (patch)
treee562e5360d34f9cc78073b86e1199885bc5653f5 /HISTORY
parentc2ed9b5daf19b86823b27a06799d7d43d476f654 (diff)
downloadvdr-ae1560819792427d08a7cb51f19b6dccaa850fa2.tar.gz
vdr-ae1560819792427d08a7cb51f19b6dccaa850fa2.tar.bz2
Fixed timeout calculation in cFile::FileReady()
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY2
1 files changed, 2 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index 51867369..0b3cfbea 100644
--- a/HISTORY
+++ b/HISTORY
@@ -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).