diff options
author | Christian Wieninger <cwieninger (at) gmx (dot) de> | 2008-03-30 20:24:07 +0200 |
---|---|---|
committer | Christian Wieninger <cwieninger (at) gmx (dot) de> | 2008-03-30 20:24:07 +0200 |
commit | 11db30edf64aa8fdcbadc9fd39082c9bd0b6d826 (patch) | |
tree | 75942727624cee541ad6950a79a78246b725651c /conflictcheck.c | |
parent | 666a125874efbbc1e182ab54baadb12c0912a81e (diff) | |
download | vdr-plugin-epgsearch-11db30edf64aa8fdcbadc9fd39082c9bd0b6d826.tar.gz vdr-plugin-epgsearch-11db30edf64aa8fdcbadc9fd39082c9bd0b6d826.tar.bz2 |
fix for 1.4.7 and 0.9.24.beta25
Diffstat (limited to 'conflictcheck.c')
-rw-r--r-- | conflictcheck.c | 2 |
1 files changed, 2 insertions, 0 deletions
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 |