Fixed singular when displaying number of errors in the recording info

This commit is contained in:
Klaus Schmidinger
2024-09-21 10:53:07 +02:00
parent d00ae923ab
commit 171b20a80d
32 changed files with 151 additions and 35 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-20:
2024-09-21:
- 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
@@ -10014,3 +10014,4 @@ Video Disk Recorder Revision History
index file. If errors are not stored in the index file, the edited version will have
its number of errors set to that of the original recording.
APIVERSNUM is now 30005.
- Fixed singular when displaying number of errors in the recording info.