summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2012-04-27 08:25:44 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2012-04-27 08:25:44 +0200
commit2cd697d14655742325275e3317016f64f3126e12 (patch)
tree4d4a54bd2738499f5693442185c5100df5c088ec
parent71d53f2c638f6afaa392ae8fe18ced0e9bebb8e5 (diff)
downloadvdr-2cd697d14655742325275e3317016f64f3126e12.tar.gz
vdr-2cd697d14655742325275e3317016f64f3126e12.tar.bz2
Credits to Marcus Roscher
-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).