Ignore:
Timestamp:
10/03/13 09:08:09 (10 years ago)
Author:
nit
Message:

[titan] first step for more then one pluginpath

File:
1 edited

Legend:

Unmodified
Added
Removed
  • titan/plugins/catcatch/catcatch.c

    r17097 r24035  
    2323        char* tmpstr = NULL;
    2424
    25         tmpstr = ostrcat(getconfig("pluginpath", NULL), "/catcatch/skin.xml", 0, 0);
     25        tmpstr = createpluginpath("/catcatch/skin.xml", 0);
    2626        readscreen(tmpstr, 241, 1);
    2727        free(tmpstr); tmpstr = NULL;
Note: See TracChangeset for help on using the changeset viewer.