Fixed cRecordings::DelByName() to avoid compilation errors with gcc 4.4

This commit is contained in:
Klaus Schmidinger
2009-08-16 10:42:05 +02:00
parent 78fc3f2b30
commit a397b8a512
3 changed files with 5 additions and 2 deletions

View File

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