Fixed handling the timer counter in cSchedule::DelEvent()

This commit is contained in:
Klaus Schmidinger
2021-04-06 09:01:26 +02:00
parent 23d986657a
commit 7fb13b3cbf
2 changed files with 10 additions and 2 deletions

View File

@@ -9578,7 +9578,7 @@ Video Disk Recorder Revision History
given (reported by Manuel Reimer).
- Fixed handling $(PKG_CONFIG) in newplugin (thanks to Winfried K<>hler).
2021-04-05:
2021-04-06:
- Fixed strreplace() to handle NULL strings (reported by J<>rgen Schneider).
- Somewhere down the road the 'x' bit of Doxyfile.filter got lost, so the
@@ -9635,3 +9635,4 @@ Video Disk Recorder Revision History
previous and next event.
- Spawned timers that don't use VPS now automatically adjust their start/stop times
to changes in the respective event's times.
- Fixed handling the timer counter in cSchedule::DelEvent().