From 11db30edf64aa8fdcbadc9fd39082c9bd0b6d826 Mon Sep 17 00:00:00 2001 From: Christian Wieninger Date: Sun, 30 Mar 2008 20:24:07 +0200 Subject: fix for 1.4.7 and 0.9.24.beta25 --- conflictcheck.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'conflictcheck.c') diff --git a/conflictcheck.c b/conflictcheck.c index a24a071..2118a7d 100644 --- a/conflictcheck.c +++ b/conflictcheck.c @@ -558,7 +558,9 @@ int cConflictCheck::GetDevice(cConflictCheckTimerObj* TimerObj, bool* NeedsDetac // avoid the primary device imp <<= 1; imp |= devices[i].IsPrimaryDevice(); // avoid cards with Common Interface for FTA channels +#if APIVERSNUM >= 10501 imp <<= 1; imp |= NumUsableSlots ? 0 : devices[i].HasCi(); +#endif // avoid full featured cards imp <<= 1; imp |= devices[i].HasDecoder(); // prefer CAMs that are known to decrypt this channel -- cgit v1.2.3