Fixed a possible invalid lock sequence if the main menu is open and the user switches to a channel that is currently not available, using the Channel+/- keys

This commit is contained in:
Klaus Schmidinger
2019-05-06 13:14:23 +02:00
parent 294452cd43
commit ff2af3dffd
2 changed files with 4 additions and 2 deletions

View File

@@ -9399,3 +9399,5 @@ Video Disk Recorder Revision History
Helmut Binder).
- Fixed a compiler warning in ExchangeChars() (thanks to Helmut Binder).
- Fixed a compiler warning and a possible buffer overflow in cCiMMI::SendAnswer().
- Fixed a possible invalid lock sequence if the main menu is open and the user
switches to a channel that is currently not available, using the Channel+/- keys.