diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2021-01-04 09:05:26 +0100 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2021-01-04 09:05:26 +0100 |
commit | eebcc57079e25968a3de04266e7c7673c2915419 (patch) | |
tree | 1d19a819862b4202686454394bbf4daeb8a31d13 /HISTORY | |
parent | cbc04d73b8a3cbc9b6bba30ddd835b38e20352ff (diff) | |
download | vdr-eebcc57079e25968a3de04266e7c7673c2915419.tar.gz vdr-eebcc57079e25968a3de04266e7c7673c2915419.tar.bz2 |
Fixed initializing the cChannel::schedule pointer after reading EPG data with PUTE
Diffstat (limited to 'HISTORY')
-rw-r--r-- | HISTORY | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -9578,7 +9578,7 @@ Video Disk Recorder Revision History given (reported by Manuel Reimer). - Fixed handling $(PKG_CONFIG) in newplugin (thanks to Winfried Köhler). -2021-01-02: +2021-01-04: - Fixed strreplace() to handle NULL strings (reported by Jürgen Schneider). - Somewhere down the road the 'x' bit of Doxyfile.filter got lost, so the @@ -9587,3 +9587,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). |