diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2002-10-06 10:40:27 +0200 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2002-10-06 10:40:27 +0200 |
commit | b7d3273d9251a47b056cafc9b44d3ac360328124 (patch) | |
tree | 308d5015753777041321751a23990e25424e784b /CONTRIBUTORS | |
parent | 53407825f9b51ee9b3cf01a0cc8e14732f2e2d8c (diff) | |
download | vdr-b7d3273d9251a47b056cafc9b44d3ac360328124.tar.gz vdr-b7d3273d9251a47b056cafc9b44d3ac360328124.tar.bz2 |
Changed cMenuRecordings::Del() to cMenuRecordings::Delete() to avoid a warning in gcc-3.2
Diffstat (limited to 'CONTRIBUTORS')
-rw-r--r-- | CONTRIBUTORS | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 208fc60d..2bfe4714 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -176,7 +176,8 @@ Andreas Schultz <aschultz@warp10.net> for implementing an SPU decoder for fixing opening /dev/video in cDvbDevice::GrabImage() in case of NEWSTRUCT driver for reporting a problem with plugin Makefiles and the NEWSTRUCT driver - for pointing out some unnecessary #includes in eit.c, which caused warnings with gcc-3.2 + for pointing out some unnecessary #includes in eit.c and a problem with + cMenuRecordings::Del(), which caused warnings with gcc-3.2 Aaron Holtzman for writing 'ac3dec' |