Blob Blame History Raw
#! /bin/sh /usr/share/dpatch/dpatch-run
## 91_osdteletext-1.5.0.dpatch by Urig at vdrportal.de
## http://vdrportal.de/board/thread.php?postid=564669#post564669
##
## All lines beginning with `## DP:' are a description of the patch.
## DP: Changes for VDR >= 1.5.0.

@DPATCH@
diff -aur osdteletext-0.5.1/txtrecv.c osdteletext/txtrecv.c
--- osdteletext-0.5.1/txtrecv.c	2005-08-12 13:20:09.000000000 +0200
+++ osdteletext/txtrecv.c	2007-01-14 00:14:15.667936696 +0100
@@ -692,7 +692,9 @@
 */
 
 cTxtReceiver::cTxtReceiver(int TPid, tChannelID chan)
-#if VDRVERSNUM >= 10319
+#if VDRVERSNUM >= 10500
+ : cReceiver(chan, -1, TPid), 
+#elif VDRVERSNUM >= 10319
  : cReceiver(0, -1, TPid), 
 #else
  : cReceiver(0, -1, 1, TPid),