Edited recordings now show error count of original if there are no error indicators in the index

This commit is contained in:
Klaus Schmidinger
2024-09-20 21:34:18 +02:00
parent d8ab5dc5c6
commit d00ae923ab
3 changed files with 16 additions and 6 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-19:
2024-09-20:
- 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
@@ -10012,5 +10012,5 @@ Video Disk Recorder Revision History
- The info file of an edited recording now contains the number of errors in the edited
version. Note that this applies only to recordings that have errors stored in their
index file. If errors are not stored in the index file, the edited version will have
its number of errors set to zero.
its number of errors set to that of the original recording.
APIVERSNUM is now 30005.