summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2021-01-04 14:58:59 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2021-01-04 14:58:59 +0100
commitc276c6883d75d8c4402cd00f63c961213bbcbbf1 (patch)
tree21f1f55dcabe1fed3735b6c5a382f1df4251c383 /HISTORY
parent163945045d5474dbf54a2c96e84450f4d2e56d15 (diff)
downloadvdr-c276c6883d75d8c4402cd00f63c961213bbcbbf1.tar.gz
vdr-c276c6883d75d8c4402cd00f63c961213bbcbbf1.tar.bz2
Fixed initializing the cChannel::schedule pointer after reading EPG data with PUTE
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY2
1 files changed, 2 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index 50d1c4f2..ee93429a 100644
--- a/HISTORY
+++ b/HISTORY
@@ -9571,3 +9571,5 @@ Video Disk Recorder Revision History
- Fixed a crash in the SVDRP command CLRE in case a non-existing channel number is
given (reported by Manuel Reimer).
- Fixed handling $(PKG_CONFIG) in newplugin (thanks to Winfried Köhler).
+- Fixed initializing the cChannel::schedule pointer after reading EPG data with PUTE
+ (reported by Manuel Reimer).