blob: bb9153c5cda0fe107dcbd4212fa305a772fbf1a7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
#! /bin/sh /usr/share/dpatch/dpatch-run
## 93_freecell-0.0.2-1.5.4.dpatch by Thomas Günther <tom@toms-cafe.de>
## http://toms-cafe.de/vdr/download/freecell-0.0.2-1.5.4.diff
##
## All lines beginning with `## DP:' are a description of the patch.
## DP: Changes for VDR >= 1.5.4.
@DPATCH@
--- freecell-0.0.2/tools/list.h
+++ freecell-0.0.2/tools/list.h
@@ -523,7 +523,7 @@
return neu;
}
-typedef class cTBList<cTBString> cStringList;
+//typedef class cTBList<cTBString> cStringList;
typedef class cTBList<void*> cPtrList;
// Special Overrides for String lists
|