diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2020-12-19 14:41:41 +0100 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2020-12-19 14:41:41 +0100 |
commit | 9a650a47727562cc493e63c8f211179e72def7aa (patch) | |
tree | ab308a7aa413e2c0c1f8a366ebf965a669158a1c /HISTORY | |
parent | f4739f89bf0eec9cef668b82eb3dfc70a1dc826c (diff) | |
download | vdr-9a650a47727562cc493e63c8f211179e72def7aa.tar.gz vdr-9a650a47727562cc493e63c8f211179e72def7aa.tar.bz2 |
Fixed convertCharacterTable() in case iconv_open() fails
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-18: +2020-12-19: - Fixed multiple recording entries in case a recording is started during the initial reading of the video directory (reported by Claus Muus). @@ -9560,3 +9560,4 @@ Video Disk Recorder Revision History - Fixed initializing tmpbuf in ExtendedEventDescriptors::getText() (thanks to Helmut Binder). - Fixed a compiler warning (thanks to Winfried Köhler). +- Fixed convertCharacterTable() in case iconv_open() fails (thanks to Helmut Binder). |