diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2019-05-06 11:30:03 +0200 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2019-05-06 11:30:03 +0200 |
commit | 820c22775cff1645cb698b945bc384a01b4bbc85 (patch) | |
tree | 829b94e3cc673962c286e630dec240cde3f3b251 /HISTORY | |
parent | 16f18cbce84b7160c96b33b618dd00ddd8791246 (diff) | |
download | vdr-820c22775cff1645cb698b945bc384a01b4bbc85.tar.gz vdr-820c22775cff1645cb698b945bc384a01b4bbc85.tar.bz2 |
Fixed a compiler warning in ExchangeChars()
Diffstat (limited to 'HISTORY')
-rw-r--r-- | HISTORY | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -9348,7 +9348,7 @@ Video Disk Recorder Revision History Senzel). - Official release. -2019-05-05: Version 2.4.1 +2019-05-06: Version 2.4.1 - Fixed handling the tfRecording flag in the SVDRP commands MODT and UPDT (reported by Johann Friedrichs). @@ -9397,3 +9397,4 @@ Video Disk Recorder Revision History - Fixed mapping SIDs in MTD (thanks to Helmut Binder). - Fixed updating the checksum in the CA table after mapping EMM PIDs for MTD (thanks to Helmut Binder). +- Fixed a compiler warning in ExchangeChars() (thanks to Helmut Binder). |