diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2012-02-14 13:55:52 +0100 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2012-02-14 13:55:52 +0100 |
commit | 36b1caedc259a041277651c5ce29107823745418 (patch) | |
tree | 01438b0d270427acbb763d860621e68d429364ba /HISTORY | |
parent | 6715f4048407bb4db430f3181d29ee71a9069653 (diff) | |
download | vdr-36b1caedc259a041277651c5ce29107823745418.tar.gz vdr-36b1caedc259a041277651c5ce29107823745418.tar.bz2 |
Modified cSVDRP::CmdGRAB() to avoid writing into const data (backport from version 1.7.8)
Diffstat (limited to 'HISTORY')
-rw-r--r-- | HISTORY | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -5765,3 +5765,5 @@ Video Disk Recorder Revision History (backport from version 1.7.3, thanks to Ralf Schueler). - Added some missing 'const' keywords to avoid compilation errors with gcc 4.4 (backport from version 1.7.8, thanks to Ralf Schueler). +- Modified cSVDRP::CmdGRAB() to avoid writing into const data + (backport from version 1.7.8, thanks to Ralf Schueler). |