summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2009-08-16 10:42:05 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2009-08-16 10:42:05 +0200
commita397b8a512843bade38e5eb1c254ac59ad1c9d92 (patch)
tree4ed229557d7a0b6d950fdc008aee17d901588365 /HISTORY
parent78fc3f2b30cc69bb348f15eb5dc0703c833c7851 (diff)
downloadvdr-a397b8a512843bade38e5eb1c254ac59ad1c9d92.tar.gz
vdr-a397b8a512843bade38e5eb1c254ac59ad1c9d92.tar.bz2
Fixed cRecordings::DelByName() to avoid compilation errors with gcc 4.4
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY2
1 files changed, 2 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index 2dd539db..b7f828f2 100644
--- a/HISTORY
+++ b/HISTORY
@@ -6151,3 +6151,5 @@ Video Disk Recorder Revision History
- Fixed generating CaPmts in case audio and video are encrypted using different
ECM pids.
- Updated vdr.1 to use the new file names in recording directories.
+- Fixed cRecordings::DelByName() to avoid compilation errors with gcc 4.4
+ (thanks to Matthias Schwarzott).