diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2021-05-23 15:03:17 +0200 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2021-05-23 15:03:17 +0200 |
commit | 8f52603665c024e1cab46529b34fb75719f5a58e (patch) | |
tree | adc724d913031bc4adf9ee1716200c13e687bece /HISTORY | |
parent | c40fb4b4aa1f594fa94d89673d0a537bac3ec91d (diff) | |
download | vdr-8f52603665c024e1cab46529b34fb75719f5a58e.tar.gz vdr-8f52603665c024e1cab46529b34fb75719f5a58e.tar.bz2 |
cRecordingInfo::Errors() now returns -1 for old recordings; added a missing 'const'
Diffstat (limited to 'HISTORY')
-rw-r--r-- | HISTORY | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -9705,3 +9705,8 @@ Video Disk Recorder Revision History no longer available. You can add 'DEPRECATED_SKIN_SETITEMEVENT=1' when compiling in order to restore this functionality. However, it is recommended to use the function with the TimerActive parameter instead. + +2021-05-23: + +- cRecordingInfo::Errors() now returns -1 for old recordings; added a missing 'const' + (suggested by Christoph Haubrich). |