Fixed a crash in case the last line in channels.conf is a group separator

This commit is contained in:
Klaus Schmidinger
2004-08-08 14:31:33 +02:00
parent c896678b0c
commit 15030f6ace
3 changed files with 12 additions and 3 deletions

View File

@@ -2974,3 +2974,5 @@ Video Disk Recorder Revision History
(thanks to Andreas Share for pointing this out).
- Fixed a possible NULL pointer assignment in cMenuText::SetText() (thanks to
Marco Schl<68>ssler).
- Fixed a crash in case the last line in channels.conf is a group separator and
that group is selected in the channel display (thanks to Dick Streefland).