Credits to Marcus Roscher

This commit is contained in:
Klaus Schmidinger 2012-04-27 08:25:44 +02:00
parent 71d53f2c63
commit 2cd697d146
2 changed files with 5 additions and 1 deletions

View File

@ -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

View File

@ -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).