Added a missing 'const' to cTimers::GetTimerForEvent()

This commit is contained in:
Klaus Schmidinger
2022-11-20 10:57:31 +01:00
parent 83c9677899
commit a4cde807bc
4 changed files with 7 additions and 5 deletions

View File

@@ -9780,7 +9780,7 @@ Video Disk Recorder Revision History
out by Onur Sent<6E>rk).
- Official release.
2022-11-19:
2022-11-20:
- Added UPDATE-2.6.0, which was missing in the official 2.6.0 release.
- Fixed unexpected calls of the '-r' script when a recording is interrupted and
@@ -9799,3 +9799,4 @@ Video Disk Recorder Revision History
- Removed some unnecessary locks from SVDRPClientHandler.
- Fixed a possible deadlock in case two SVDRP clients send each other POLL commands
at the same time.
- Added a missing 'const' to cTimers::GetTimerForEvent() (reported by Markus Ehrnsperger).