summaryrefslogtreecommitdiff
path: root/dvbapi.c
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2002-03-08 15:06:37 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2002-03-08 15:06:37 +0100
commit59b8e71d673f36c20717d361f6e97a8d6ec4ecac (patch)
tree846ce30fc585c2d3dae4d242d66749b7620dd053 /dvbapi.c
parenta5c7994c267dba803b319c22c5ce22c514fc29d5 (diff)
downloadvdr-59b8e71d673f36c20717d361f6e97a8d6ec4ecac.tar.gz
vdr-59b8e71d673f36c20717d361f6e97a8d6ec4ecac.tar.bz2
Fixed handling CICAM settings if the first one of a DVB card was FTA
Diffstat (limited to 'dvbapi.c')
-rw-r--r--dvbapi.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/dvbapi.c b/dvbapi.c
index f5adda98..16e8ab8a 100644
--- a/dvbapi.c
+++ b/dvbapi.c
@@ -4,7 +4,7 @@
* See the main source file 'vdr.c' for copyright information and
* how to reach the author.
*
- * $Id: dvbapi.c 1.155 2002/03/08 14:23:29 kls Exp $
+ * $Id: dvbapi.c 1.156 2002/03/08 15:06:37 kls Exp $
*/
#include "dvbapi.h"
@@ -1870,8 +1870,6 @@ int cDvbApi::ProvidesCa(int Ca)
else
others++;
}
- else
- break;
}
return result ? result + others : 0;
}