Changeset 39043
- Timestamp:
- 09/26/16 19:20:31 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
titan/plugins/tithek/tithek.h
r39040 r39043 1738 1738 if(rcret == 1) return; 1739 1739 } 1740 delallfiles("/tmp/localhoster", NULL);1741 delallfiles("/tmp/localparser", NULL);1742 delallfiles("/tmp/localcache", NULL);1743 delallfiles("/tmp/parser", NULL);1744 1740 } 1745 1741 … … 2494 2490 freetithek(); 2495 2491 delallfiles("/tmp/tithek", NULL); 2492 system("rm -rf /tmp/localhoster"); 2493 system("rm -rf /tmp/localparser"); 2494 system("rm -rf /tmp/localcache"); 2495 system("rm -rf /tmp/parser"); 2496 2496 2497 2497 if(status.mcaktiv == 0)
Note: See TracChangeset
for help on using the changeset viewer.