Changeset 15283
- Timestamp:
- 04/16/12 01:21:38 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
titan/titan/filelist.h
r15281 r15283 574 574 { 575 575 //check if thumb exists 576 char* tmpfile = ostrcat(createpath(node->input, "/"), tmpstr, 1, 0); 577 thumbfile = checkthumb(tmpfile); 576 thumbfile = checkthumb(node->input, tmpstr); 578 577 if(thumbfile != NULL) 579 578 { … … 581 580 tmpstr = thumbfile; 582 581 } 583 else if(tmpfile != NULL) 584 addqueue(101, (void*)tmpfile, strlen(tmpfile), 0, NULL); 585 586 free(tmpfile); tmpfile = NULL; 582 else 583 addqueue(101, (void*)node->input, strlen(node->input) + 1, (void*)tmpstr, strlen(tmpstr) + 1, 0, NULL); 587 584 } 588 585 changepic(child, tmpstr);
Note: See TracChangeset
for help on using the changeset viewer.