Changeset 24056 for titan/plugins/optimize/optimize.c
- Timestamp:
- 10/04/13 14:20:24 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
titan/plugins/optimize/optimize.c
r17097 r24056 16 16 char* tmpstr = NULL; 17 17 18 tmpstr = ostrcat(getconfig("pluginpath", NULL), "/optimize/skin.xml", 0, 0);18 tmpstr = createpluginpath("/optimize/skin.xml", 0); 19 19 readscreen(tmpstr, 198, 1); 20 20 free(tmpstr); tmpstr = NULL;
Note: See TracChangeset
for help on using the changeset viewer.