diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2002-03-08 15:06:37 +0100 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2002-03-08 15:06:37 +0100 |
commit | 59b8e71d673f36c20717d361f6e97a8d6ec4ecac (patch) | |
tree | 846ce30fc585c2d3dae4d242d66749b7620dd053 /dvbapi.c | |
parent | a5c7994c267dba803b319c22c5ce22c514fc29d5 (diff) | |
download | vdr-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.c | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -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; } |