Changeset 24056 for titan/plugins/instar
- Timestamp:
- 10/04/13 14:20:24 (10 years ago)
- Location:
- titan/plugins/instar
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
titan/plugins/instar/instar.c
r17097 r24056 18 18 void init(void) 19 19 { 20 char* tmpstr = NULL; 20 21 pluginaktiv = 1; 21 char* tmpstr = NULL;22 tmpstr = ostrcat(getconfig("pluginpath", NULL), "/instar/skin.xml", 0, 0);22 23 tmpstr = createpluginpath("/instar/skin.xml", 0); 23 24 readscreen(tmpstr, 118, 1); 25 free(tmpstr); tmpstr = NULL; 24 26 25 27 debug(10, "INSTAR Plugin loadet !!!"); -
titan/plugins/instar/instar.h
r18514 r24056 261 261 int rcode = 0; 262 262 263 instarconf = ostrcat(getconfig("pluginpath", NULL), "/instar/instar.conf", 0, 0);263 instarconf = createpluginpath("/instar/instar.conf", 0); 264 264 readconfig(instarconf, myconfig); 265 265
Note: See TracChangeset
for help on using the changeset viewer.