Removed 'assert(0)' from cDvbSpuDecoder::setTime()

This commit is contained in:
Klaus Schmidinger
2007-02-03 10:17:33 +01:00
parent 11116e1d5b
commit 9809d5a7cc
4 changed files with 10 additions and 6 deletions

View File

@@ -5035,3 +5035,7 @@ Video Disk Recorder Revision History
- Now using cPipe instead of popen() in cCommand::Execute() to avoid problems
with open file handles when starting background commands (thanks to Reinhard
Nissl).
2007-02-03: Version 1.4.5-2
- Removed 'assert(0)' from cDvbSpuDecoder::setTime() (thanks to Marco Schl<68><6C>ler).