diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2020-12-18 14:51:57 +0100 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2020-12-18 14:51:57 +0100 |
commit | 7ade54dfd75110cbca746af279c76ddedbcfcb77 (patch) | |
tree | e043074b012b565cf1e2ef8cbf51b12100c1e3ab /HISTORY | |
parent | 45fde332a02b1ab11546f1663c63b9b3f34ea1a7 (diff) | |
download | vdr-7ade54dfd75110cbca746af279c76ddedbcfcb77.tar.gz vdr-7ade54dfd75110cbca746af279c76ddedbcfcb77.tar.bz2 |
Fixed a compiler warning
Diffstat (limited to 'HISTORY')
-rw-r--r-- | HISTORY | 3 |
1 files changed, 2 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-17: +2020-12-18: - Fixed multiple recording entries in case a recording is started during the initial reading of the video directory (reported by Claus Muus). @@ -9559,3 +9559,4 @@ Video Disk Recorder Revision History - Improved handling missing VDRPluginDestroyer() (thanks to Winfried Köhler). - Fixed initializing tmpbuf in ExtendedEventDescriptors::getText() (thanks to Helmut Binder). +- Fixed a compiler warning (thanks to Winfried Köhler). |