diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2007-02-17 16:10:46 +0100 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2007-02-17 16:10:46 +0100 |
commit | cc385f5292669738e105a689ae3df700c87c4a78 (patch) | |
tree | 85b5df494c784de35dfe36ec3c6f495dd1f8676a /HISTORY | |
parent | f3bc8d1988c265c4bf99c27826c3a9e985bfa31d (diff) | |
download | vdr-cc385f5292669738e105a689ae3df700c87c4a78.tar.gz vdr-cc385f5292669738e105a689ae3df700c87c4a78.tar.bz2 |
Fixed a possible crash when loading an invalid XPM file
Diffstat (limited to 'HISTORY')
-rw-r--r-- | HISTORY | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -5091,9 +5091,10 @@ Video Disk Recorder Revision History with open file handles when starting background commands (thanks to Reinhard Nissl). -2007-02-03: Version 1.4.5-2 +2007-02-17: Version 1.4.5-2 - Removed 'assert(0)' from cDvbSpuDecoder::setTime() (thanks to Marco Schlüßler). +- Fixed a possible crash when loading an invalid XPM file (thanks to Martin Wache). 2007-02-03: Version 1.5.1 |