Sophie

Sophie

distrib > * > 2008.0 > x86_64 > by-pkgid > f9e99d71a6a9ac431d9b5d80f7b719c4 > files > 1

vdr-plugin-timeline-1.0.141-14mdv2008.0.src.rpm

#! /bin/sh /usr/share/dpatch/dpatch-run
## 91_timeline-1.0.141-1.5.0.dpatch by Thomas Günther <tom@toms-cafe.de>
##
## All lines beginning with `## DP:' are a description of the patch.
## DP: Changes for VDR >= 1.5.0.

@DPATCH@
--- timeline-1.0.141/checkerOsd.c
+++ timeline-1.0.141/checkerOsd.c
@@ -339,8 +339,14 @@
 							{ // verschiedene Kanäle, genug Devices?
 								bool nofree=true;
 								
+#if APIVERSNUM >= 10500
+								cDevice *cd1=cDevice::GetDevice(ch1,-1,false);
+								cDevice *cd2=cDevice::GetDevice(ch2,-1,false);
+#else
 								cDevice *cd1=cDevice::GetDevice(ch1);
-								cDevice *cd2=cDevice::GetDevice(ch2),*cdt;
+								cDevice *cd2=cDevice::GetDevice(ch2);
+#endif
+								cDevice *cdt;
 								if (cd1->DeviceNumber()!=cd2->DeviceNumber())
 								{ // Sonderfall: ch2 kann gar nicht auf Device von ch1 empfangen werden
 									nofree=false;