Changeset 39364 for titan/plugins/tithek/kinox.h
- Timestamp:
- 11/19/16 22:35:18 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
titan/plugins/tithek/kinox.h
r39362 r39364 368 368 if(ostrstr(tmpstr1, "503 Service Temporarily Unavailable") != NULL) 369 369 { 370 sleep(1) 370 sleep(1); 371 371 tmpstr1 = gethttp("kinox.to", pathnew, 80, NULL, NULL, 10000, NULL, 0); 372 372 } 373 373 if(ostrstr(tmpstr1, "503 Service Temporarily Unavailable") != NULL) 374 374 { 375 sleep(1) 375 sleep(1); 376 376 tmpstr1 = gethttp("kinox.to", pathnew, 80, NULL, NULL, 10000, NULL, 0); 377 377 }
Note: See TracChangeset
for help on using the changeset viewer.