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