Fixed broken recordings after a driver buffer overflow

This commit is contained in:
Klaus Schmidinger
2001-08-19 14:37:17 +02:00
parent e994e3a4fe
commit 73870fc907
3 changed files with 34 additions and 8 deletions

View File

@@ -650,7 +650,7 @@ Video Disk Recorder Revision History
only once.
- Made I/O more robust by handling EINTR (thanks to Werner Fink).
2001-08-17: Version 0.92
2001-08-18: Version 0.92
- The "channel not sync'ed" log message now also lists the card number.
- Now using the EIT services from 'libdtv' (thanks to Rolf Hakenes), which
@@ -660,3 +660,4 @@ Video Disk Recorder Revision History
bugs are fixed can be controlled with the EPGBugfixLevel parameter in the
"Setup" menu (see MANUAL for details, and cEventInfo::FixEpgBugs() in eit.c
for the actual implementation).
- Fixed broken recordings after a driver buffer overflow.