Ignore:
Timestamp:
11/19/16 22:35:18 (7 years ago)
Author:
obi
Message:

fix

File:
1 edited

Legend:

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

    r39362 r39364  
    368368                                        if(ostrstr(tmpstr1, "503 Service Temporarily Unavailable") != NULL)
    369369                                        {
    370                                                 sleep(1)
     370                                                sleep(1);
    371371                                                tmpstr1 = gethttp("kinox.to", pathnew, 80, NULL, NULL, 10000, NULL, 0);
    372372                                        }
    373373                                        if(ostrstr(tmpstr1, "503 Service Temporarily Unavailable") != NULL)
    374374                                        {
    375                                                 sleep(1)
     375                                                sleep(1);
    376376                                                tmpstr1 = gethttp("kinox.to", pathnew, 80, NULL, NULL, 10000, NULL, 0);
    377377                                        }
Note: See TracChangeset for help on using the changeset viewer.