Fixed an unexpected k_Repeat key event after a k_Release in lirc.c

This commit is contained in:
Klaus Schmidinger
2013-02-11 15:31:09 +01:00
parent 6dd788f484
commit a41f3b1351
2 changed files with 4 additions and 2 deletions

View File

@@ -7595,3 +7595,4 @@ Video Disk Recorder Revision History
- Fixed moving editing marks, so that they don't get overwritten with old values
through an update of the marks file.
- Removed an invalid line from channels.conf.terr (reported by Lars Hanisch).
- Fixed an unexpected k_Repeat key event after a k_Release in lirc.c.