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 /CONTRIBUTORS | |
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 'CONTRIBUTORS')
-rw-r--r-- | CONTRIBUTORS | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 4efd3f4f..ef7ddf5f 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -2449,6 +2449,8 @@ Christoph Haubrich <christoph1.haubrich@arcor.de> for reporting an unnecessary double call to Display() in cMenuRecording::RefreshRecording() for reporting too much memory being allocated in the cImage constructors for making the 'Edit path' dialog also show the total size of all recordings in that path + for suggesting to make cRecordingInfo::Errors() return -1 for old recordings, and + reporting a missing 'const' Pekka Mauno <pekka.mauno@iki.fi> for fixing cSchedule::GetFollowingEvent() in case there is currently no present |