Fixed a compiler warning in ExchangeChars()

This commit is contained in:
Klaus Schmidinger
2019-05-06 11:30:03 +02:00
parent 16f18cbce8
commit 820c22775c
3 changed files with 5 additions and 3 deletions

View File

@@ -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).