diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2013-02-15 14:27:26 +0100 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2013-02-15 14:27:26 +0100 |
commit | 92888b3e577d122f5493b418c6b7b2ed28117c0a (patch) | |
tree | 75ae79e5292d78c7c93417a27210e72fc96442cd /HISTORY | |
parent | 441ee74ff1ed13af26c5ff8e1fb487cf56aceed0 (diff) | |
download | vdr-92888b3e577d122f5493b418c6b7b2ed28117c0a.tar.gz vdr-92888b3e577d122f5493b418c6b7b2ed28117c0a.tar.bz2 |
Fixed a crash in cMenuEditChanItem::Set() when entering a channel number that doesn't exist
Diffstat (limited to 'HISTORY')
-rw-r--r-- | HISTORY | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -7585,7 +7585,7 @@ Video Disk Recorder Revision History - Fixed formatting and removed some superfluous break statements in vdr.c's command line option switch. -2013-02-14: Version 1.7.38 +2013-02-15: Version 1.7.38 - Updated the Ukrainian OSD texts (thanks to Yarema Aka Knedlyk). - Updated the Estonian OSD texts (thanks to Arthur Konovalov). @@ -7620,3 +7620,5 @@ Video Disk Recorder Revision History config.h and using them to initialize Setup.NameInstantRecord (avoids having the same information in two places). - Fixed the return value of cOsdProvider::StoreImage() in case there is no OSD provider. +- Fixed a crash in cMenuEditChanItem::Set() when entering a channel number that + doesn't exist (reported by Mikael Hübsch). |