summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2009-06-06 14:07:02 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2009-06-06 14:07:02 +0200
commitabd5a81c897ae6b4c09b68742bf9f396155d1eb2 (patch)
tree592ef0e4cfd1ea2fb40a729442eb8dc0cb64e7b7 /HISTORY
parent1d03f30e93194ef2cd27d613ed00409dbc54c95e (diff)
downloadvdr-abd5a81c897ae6b4c09b68742bf9f396155d1eb2.tar.gz
vdr-abd5a81c897ae6b4c09b68742bf9f396155d1eb2.tar.bz2
Modified cSVDRP::CmdGRAB() to avoid writing into const data
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY2
1 files changed, 2 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index 29b7ed60..4f75111f 100644
--- a/HISTORY
+++ b/HISTORY
@@ -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ä and Ludwig Nussel).
+- Modified cSVDRP::CmdGRAB() to avoid writing into const data (reported by
+ Ludwig Nussel).