summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CONTRIBUTORS4
-rw-r--r--HISTORY2
2 files changed, 5 insertions, 1 deletions
diff --git a/CONTRIBUTORS b/CONTRIBUTORS
index 248d14b6..68530161 100644
--- a/CONTRIBUTORS
+++ b/CONTRIBUTORS
@@ -2868,3 +2868,7 @@ Ralf Schueler <dl4mw@schueler.ws>
from version 1.7.8 to 1.6.0-3
for backporting "Fixed cRecordings::DelByName() to avoid compilation errors with
gcc 4.4" from version 1.7.9 to 1.6.0-3
+
+Marcus Roscher <dad401@gmx.de>
+ for reporting a problem with cDevice::StillPicture(), which called the derived class's
+ function even if no buffer has been allocated
diff --git a/HISTORY b/HISTORY
index a05cf5e3..86ead1fa 100644
--- a/HISTORY
+++ b/HISTORY
@@ -7086,6 +7086,6 @@ Video Disk Recorder Revision History
has an effect on the OSD.
- The Timers list is now marked as modified whenever a recording starts or ends.
- Fixed cDevice::StillPicture(), making sure it doesn't call the derived class's
- function if no buffer has been allocated.
+ function if no buffer has been allocated (reported by Marcus Roscher).
- Fixed the SVDRP command UPDR, which didn't update the global recordings list
(reported by Lars Hanisch).