Changeset 22715 for titan/plugins


Ignore:
Timestamp:
08/07/13 17:37:46 (11 years ago)
Author:
obi
Message:

fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • titan/plugins/tithek/tithek.h

    r22714 r22715  
    142142       
    143143        hid = getconfigint("tithek_hid_xxx", NULL);
    144         if(node->flag == 1000 && hid = 1)
     144        if(node->flag == 1000 && hid == 1)
    145145                skip = 1;
    146146        else if((node->flag == 9996 || node->flag == 9997 || node->flag == 9998 || node->flag == 9999) && !file_exist("/var/swap/etc/.codecpack"))
Note: See TracChangeset for help on using the changeset viewer.