Changeset 11339


Ignore:
Timestamp:
01/15/17 12:19:15 (6 years ago)
Author:
Gorgone Impertinence
Message:

fix 09C7

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/oscam-chk.c

    r11338 r11339  
    10641064int8_t is_halfCW_er(ECM_REQUEST *er)
    10651065{
    1066     if( caid_is_videoguard(er->caid) && (er->caid == 0x09C4 || er->caid == 0x09C7 || er->caid == 0x098C || er->caid == 0x0963 || er->caid == 0x09CD || er->caid == 0x0919 || er->caid == 0x093B || er->caid == 0x098E))
     1066    if( caid_is_videoguard(er->caid) && (er->caid == 0x09C4 || er->caid == 0x098C || er->caid == 0x0963 || er->caid == 0x09CD || er->caid == 0x0919 || er->caid == 0x093B || er->caid == 0x098E))
    10671067        { return 1; }
    10681068    return 0;
Note: See TracChangeset for help on using the changeset viewer.