summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2002-10-06 10:40:27 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2002-10-06 10:40:27 +0200
commitb7d3273d9251a47b056cafc9b44d3ac360328124 (patch)
tree308d5015753777041321751a23990e25424e784b /HISTORY
parent53407825f9b51ee9b3cf01a0cc8e14732f2e2d8c (diff)
downloadvdr-b7d3273d9251a47b056cafc9b44d3ac360328124.tar.gz
vdr-b7d3273d9251a47b056cafc9b44d3ac360328124.tar.bz2
Changed cMenuRecordings::Del() to cMenuRecordings::Delete() to avoid a warning in gcc-3.2
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY5
1 files changed, 3 insertions, 2 deletions
diff --git a/HISTORY b/HISTORY
index 4e9b8172..72a4c5b4 100644
--- a/HISTORY
+++ b/HISTORY
@@ -1571,5 +1571,6 @@ Video Disk Recorder Revision History
- The "Use DiSEqC" parameter in the "Setup/LNB" menu has been moved to the beginning
of the list and disables the rest of the parameters when set to "yes", since these
are now only meaningful if DiSEqC is _not_ used.
-- Removed some unnecessary #includes from eit.c, which caused warnings with gcc-3.2
- (thanks to Andreas Schultz for pointing this out).
+- Removed some unnecessary #includes from eit.c and changed cMenuRecordings::Del()
+ to cMenuRecordings::Delete() to avoid warnings in gcc-3.2 (thanks to Andreas
+ Schultz for pointing this out).