Fixed a problem in cSchedule::Sort(), in case hasRunning was true, but there was no event with RunningStatus() >= SI::RunningStatusPausing

This commit is contained in:
Klaus Schmidinger
2024-09-14 14:17:12 +02:00
parent f786510ba2
commit ec5b1aadab
4 changed files with 19 additions and 23 deletions

View File

@@ -9984,7 +9984,7 @@ Video Disk Recorder Revision History
version numbering. Version numbers are simply counted upwards, with each of the three
parts ("version", "major", "minor") always being a single digit, and '0' being skipped.
2024-09-12:
2024-09-14:
- Fix for compilers that don't like non-constant format strings (thanks to Stefan Hofmann).
- Deprecated code is now marked with [[deprecated]] to issue a compile time warning when
@@ -9993,3 +9993,5 @@ Video Disk Recorder Revision History
VDRVERSION is incremented (originally suggested by Winfried K<>hler, with contributions
from Lars Hanisch and Manuel Reimer).
APIVERSNUM is now 30003.
- Fixed a problem in cSchedule::Sort(), in case hasRunning was true, but there was no event
with RunningStatus() >= SI::RunningStatusPausing (reported by Markus Ehrnsperger).