Changeset 15285


Ignore:
Timestamp:
04/16/12 01:32:52 (12 years ago)
Author:
nit
Message:

fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • titan/titan/filelist.h

    r15283 r15285  
    581581                                                                        }
    582582                                                                        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);
    584584                                                                }
    585585                                                                changepic(child, tmpstr);
Note: See TracChangeset for help on using the changeset viewer.