diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2020-12-17 12:52:57 +0100 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2020-12-17 12:52:57 +0100 |
commit | 45fde332a02b1ab11546f1663c63b9b3f34ea1a7 (patch) | |
tree | 6aaf5737fb4ba9df48323083ef14e296ee3266d8 /HISTORY | |
parent | 82cc5c76a4fa97268a455ea6e7df18567f4af68c (diff) | |
download | vdr-45fde332a02b1ab11546f1663c63b9b3f34ea1a7.tar.gz vdr-45fde332a02b1ab11546f1663c63b9b3f34ea1a7.tar.bz2 |
Fixed initializing tmpbuf in ExtendedEventDescriptors::getText()
Diffstat (limited to 'HISTORY')
-rw-r--r-- | HISTORY | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -9536,7 +9536,7 @@ Video Disk Recorder Revision History cDvbTuner::GetSignalStats() to avoid problems with drivers that don't do this (thanks to Helmut Binder). -2020-12-16: +2020-12-17: - Fixed multiple recording entries in case a recording is started during the initial reading of the video directory (reported by Claus Muus). @@ -9557,3 +9557,5 @@ Video Disk Recorder Revision History Helmut Binder). - Fixed error handling when loading a plugin (reported by Markus Ehrnsperger). - Improved handling missing VDRPluginDestroyer() (thanks to Winfried Köhler). +- Fixed initializing tmpbuf in ExtendedEventDescriptors::getText() (thanks to Helmut + Binder). |