12 lines
593 B
Plaintext
Executable File
12 lines
593 B
Plaintext
Executable File
--- oscam-chk.c (revision 11871)
|
|
+++ oscam-chk.c (working copy)
|
|
@@ -1213,7 +1213,7 @@
|
|
**/
|
|
int8_t is_halfCW_er(ECM_REQUEST *er)
|
|
{
|
|
- if( caid_is_videoguard(er->caid) && (er->caid == 0x09C4 || er->caid == 0x098C || er->caid == 0x098D || er->caid == 0x0963 || er->caid == 0x09CD || er->caid == 0x0919 || er->caid == 0x093B || er->caid == 0x098E))
|
|
+ if( caid_is_videoguard(er->caid) && (er->caid == 0x098C || er->caid == 0x098D || er->caid == 0x098E || er->caid == 0x09BD || er->caid == 0x0963 || er->caid == 0x09CD || er->caid == 0x0919 || er->caid == 0x093B))
|
|
{ return 1; }
|
|
return 0;
|
|
}
|