diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2020-11-20 13:49:58 +0100 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2020-11-20 13:49:58 +0100 |
commit | 272231467a680d8f0a2e562f811c71fc9ea1ef1c (patch) | |
tree | 082bf5573250333d32c72ecfa0ba66ced0d58f56 /HISTORY | |
parent | 6cb818c7ad20c99054f0c2d292342de99d33c2ca (diff) | |
download | vdr-272231467a680d8f0a2e562f811c71fc9ea1ef1c.tar.gz vdr-272231467a680d8f0a2e562f811c71fc9ea1ef1c.tar.bz2 |
Fixed parsing the '-l' command line option
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-11-16: +2020-11-20: - Fixed multiple recording entries in case a recording is started during the initial reading of the video directory (reported by Claus Muus). @@ -9544,3 +9544,4 @@ Video Disk Recorder Revision History (reported by Christoph Haubrich). - Fixed a crash in case an error occurs when setting a remote timer. - Fixed allocating memory for cImage (reported by Christoph Haubrich). +- Fixed parsing the '-l' command line option (reported by Harald Milz). |