Changeset 22243 for titan/plugins


Ignore:
Timestamp:
07/06/13 00:29:37 (11 years ago)
Author:
obi
Message:

fix warnings

Location:
titan/plugins/tithek
Files:
2 edited

Legend:

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

    r22241 r22243  
    246246{
    247247        debug(99, "link: %s", link);
    248         int ret = 1, series = 0;
     248        int ret = 1;
    249249        char* ip = NULL, *pos = NULL, *path = NULL, *tmpstr = NULL, *tmpstr1 = NULL, *line = NULL, *url = NULL, *url2 = NULL, *url3 = NULL, *url4 = NULL, *pathnew = NULL, *hname = NULL, *id = NULL, *logfile = NULL, *tmphname = NULL, *hnamein = NULL, *nolinks = NULL;
    250250
  • titan/plugins/tithek/tithek.h

    r22241 r22243  
    154154        else if(node->flag == 35 && pay == 0)
    155155                skip = 1;
    156 /*      else if(titheksolarmovie == 1 && node->flag == 9996)
     156        else if(titheksolarmovie == 1 && node->flag == 9996)
    157157        {
    158158                cmd = ostrcat(cmd, "ww", 1, 0);
     
    233233                tithekkinox = 0;
    234234        }
    235 */
     235
    236236        if(skip == 1)
    237237        {
Note: See TracChangeset for help on using the changeset viewer.