Changeset 24056 for titan/plugins/wins3/wins3.c
- Timestamp:
- Oct 4, 2013, 2:20:24 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
titan/plugins/wins3/wins3.c
r17097 r24056 23 23 char* tmpstr = NULL; 24 24 25 tmpstr = ostrcat(getconfig("pluginpath", NULL), "/wins3/skin.xml", 0, 0);25 tmpstr = createpluginpath("/wins3/skin.xml", 0); 26 26 readscreen(tmpstr, 196, 1); 27 27 free(tmpstr); tmpstr = NULL;
Note: See TracChangeset
for help on using the changeset viewer.