Modified cSVDRP::CmdGRAB() to avoid writing into const data

This commit is contained in:
Klaus Schmidinger
2009-06-06 14:07:02 +02:00
parent 1d03f30e93
commit abd5a81c89
3 changed files with 10 additions and 6 deletions

View File

@@ -6127,3 +6127,5 @@ Video Disk Recorder Revision History
Reinhard Nissl).
- Added some missing 'const' keywords to avoid compilation errors with gcc 4.4
(thanks to Ville Skytt<74> and Ludwig Nussel).
- Modified cSVDRP::CmdGRAB() to avoid writing into const data (reported by
Ludwig Nussel).