From: Jaroslav Kysela Date: Thu, 28 Dec 2017 15:28:17 +0000 (+0100) Subject: cwc: fix typo, issue #4813 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f152eb0cf41a82a07a8c4bf1507d730616f71f98;p=thirdparty%2Ftvheadend.git cwc: fix typo, issue #4813 --- diff --git a/src/descrambler/cwc.c b/src/descrambler/cwc.c index 0ab76943a..aaad6ea9e 100644 --- a/src/descrambler/cwc.c +++ b/src/descrambler/cwc.c @@ -1415,7 +1415,7 @@ found: caid = c->caid; provid = c->providerid; - ecm = data[0] == 0x80 || data[1] == 0x81; + ecm = data[0] == 0x80 || data[0] == 0x81; if (pcard->cs_ra.caid == 0x4a30) ecm |= data[0] == 0x50; /* DVN */ if (ecm) {