Changeset 40313 for titan/plugins/tithek/tithek_global.h
- Timestamp:
- 04/16/17 13:13:32 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
titan/plugins/tithek/tithek_global.h
r40279 r40313 885 885 if(getconfigint("tithek_autoupdate", NULL) == 1) 886 886 { 887 if(file_exist(dnode-> page))887 if(file_exist(dnode->filename)) 888 888 { 889 889 printf("[tithek] remove before download: %s\n", dnode->page); 890 unlink(dnode-> page);890 unlink(dnode->filename); 891 891 } 892 892 }
Note: See TracChangeset
for help on using the changeset viewer.