Changeset 39043 for titan/plugins


Ignore:
Timestamp:
09/26/16 19:20:31 (8 years ago)
Author:
obi
Message:

fix

File:
1 edited

Legend:

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

    r39040 r39043  
    17381738                        if(rcret == 1) return;
    17391739                }
    1740                 delallfiles("/tmp/localhoster", NULL);
    1741                 delallfiles("/tmp/localparser", NULL);
    1742                 delallfiles("/tmp/localcache", NULL);
    1743                 delallfiles("/tmp/parser", NULL);
    17441740        }
    17451741
     
    24942490                freetithek();
    24952491                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");
    24962496
    24972497                if(status.mcaktiv == 0)
Note: See TracChangeset for help on using the changeset viewer.