summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Heer <l.heer@gmx.de>2013-09-18 05:53:27 +0200
committerLars Heer <l.heer@gmx.de>2013-09-18 05:53:27 +0200
commitd76a8ef76a6fa1edd45a1500ef0fa4fcbab7dfec (patch)
tree3f5c03446268554ec743af397350346bdd003467
parentd3dd23ff071b3f0650e28448b12c1d640f697a8c (diff)
downloadvdr-plugin-mcli-d76a8ef76a6fa1edd45a1500ef0fa4fcbab7dfec.tar.gz
vdr-plugin-mcli-d76a8ef76a6fa1edd45a1500ef0fa4fcbab7dfec.tar.bz2
patch cam_force.patch.txt applied
-rw-r--r--device.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/device.c b/device.c
index 68324f2..11f6cc0 100644
--- a/device.c
+++ b/device.c
@@ -506,7 +506,7 @@ bool cMcliDevice::SetChannelDevice (const cChannel * Channel, bool LiveView)
} else {
m_disabletimeout = TEMP_DISABLE_TIMEOUT_DEFAULT;
}
- bool cam_force=!EITScanner.UsesDevice(this);
+ bool cam_force=true;
if(cam_force && !CheckCAM(Channel, true)) {
#ifdef DEBUG_TUNE
printf("No CAM on %d available even after tried to steal one\n", CardIndex () + 1);