Added missing initialization of cRecorder::lastErrors

This commit is contained in:
Klaus Schmidinger
2021-05-25 20:14:06 +02:00
parent 7775698bac
commit e1f04cd6fa
2 changed files with 3 additions and 1 deletions

View File

@@ -9711,3 +9711,4 @@ Video Disk Recorder Revision History
- cRecordingInfo::Errors() now returns -1 for old recordings; added a missing 'const'
(suggested by Christoph Haubrich).
- The error counter of a recording is now copied as is when editing a recording.
- Added missing initialization of cRecorder::lastErrors.