Changeset 15285
- Timestamp:
- 04/16/12 01:32:52 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
titan/titan/filelist.h
r15283 r15285 581 581 } 582 582 else 583 addqueue(101, (void*)node->input, strlen(node->input) + 1, (void*)tmpstr, strlen(tmpstr) + 1, 0, NULL);583 addqueue(101, ostrcat((void*)node->input, NULL, 0, 0), strlen(node->input) + 1, ostrcat((void*)tmpstr, NULL, 0, 0), strlen(tmpstr) + 1, 0, NULL); 584 584 } 585 585 changepic(child, tmpstr);
Note: See TracChangeset
for help on using the changeset viewer.