summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2021-05-25 20:14:06 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2021-05-25 20:14:06 +0200
commite1f04cd6fae1f3496a09a8b061c8b51392e76579 (patch)
treee16ba86fae128c8533daa055b45bc0ef83473452 /HISTORY
parent7775698bacf8053355be9c86fbab0eb5e244aa1a (diff)
downloadvdr-e1f04cd6fae1f3496a09a8b061c8b51392e76579.tar.gz
vdr-e1f04cd6fae1f3496a09a8b061c8b51392e76579.tar.bz2
Added missing initialization of cRecorder::lastErrors
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY1
1 files changed, 1 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index 4424d479..dcf44fd4 100644
--- a/HISTORY
+++ b/HISTORY
@@ -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.