summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2004-08-08 14:31:33 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2004-08-08 14:31:33 +0200
commit15030f6acece1060f9736f875fe3abbcf9392263 (patch)
treec7809ce6dceea991901aad6bd77b7ceb6a5a3e0a /HISTORY
parentc896678b0c32782b48540fcf4c48e063545c4365 (diff)
downloadvdr-15030f6acece1060f9736f875fe3abbcf9392263.tar.gz
vdr-15030f6acece1060f9736f875fe3abbcf9392263.tar.bz2
Fixed a crash in case the last line in channels.conf is a group separator
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY2
1 files changed, 2 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index 54ae9935..1b533929 100644
--- a/HISTORY
+++ b/HISTORY
@@ -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ü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).