Changeset 24056 for titan/plugins/tiwakeup
- Timestamp:
- 10/04/13 14:20:24 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
titan/plugins/tiwakeup/tiwakeup.c
r20616 r24056 23 23 char* tmpstr = NULL; 24 24 25 tmpstr = ostrcat(getconfig("pluginpath", NULL), "/tiwakeup/skin.xml", 0, 0);25 tmpstr = createpluginpath("/tiwakeup/skin.xml", 0); 26 26 readscreen(tmpstr, 280, 1); 27 27 free(tmpstr); tmpstr = NULL;
Note: See TracChangeset
for help on using the changeset viewer.