diff options
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; } |