Sophie

Sophie

distrib > Mandriva > 2009.0 > i586 > by-pkgid > 8e8fec86a1a2e91df9094dc09a849ba2 > files > 2

vdr-plugin-dvdswitch-0.1.3-3mdv2009.0.src.rpm

#! /bin/sh /usr/share/dpatch/dpatch-run
## 90_dvdswitch-0.1.3-1.5.4.dpatch by Thomas Günther <tom@toms-cafe.de>
## http://toms-cafe.de/vdr/download/dvdswitch-0.1.3-1.5.4.diff
##
## All lines beginning with `## DP:' are a description of the patch.
## DP: Changes for VDR >= 1.5.4.

@DPATCH@
--- dvdswitch-0.1.3/helpers.h
+++ dvdswitch-0.1.3/helpers.h
@@ -80,7 +80,7 @@ class cStringListItem : public cListObje
     char *Value(void) { return String; }
 };
 
-class cStringList : public cList<cStringListItem> {};
+//class cStringList : public cList<cStringListItem> {};
 
 // --- cTokenizer ---------------------------------------