Changeset 32346
- Timestamp:
- 01/11/15 23:40:14 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
titan/titan/skinfunc.h
r32345 r32346 1328 1328 char* getredbutton(struct skin* node) 1329 1329 { 1330 char* tmpstr = getconfig("redkey", NULL); 1331 1330 char* tmpstr = NULL; 1331 1332 tmpstr = ostrcat(tmpstr, getconfig("redkey", NULL), 0, 0); 1332 1333 if(tmpstr == NULL) tmpstr = ostrcat(tmpstr, "Extensions List", 0, 0); 1333 1334 … … 1339 1340 char* getbluebutton(struct skin* node) 1340 1341 { 1341 char* tmpstr = getconfig("bluekey", NULL); 1342 1342 char* tmpstr = NULL; 1343 1344 tmpstr = ostrcat(tmpstr, getconfig("bluekey", NULL), 0, 0); 1343 1345 if(tmpstr == NULL) tmpstr = ostrcat(tmpstr, "TV / Radio Switch", 0, 0); 1344 1346
Note: See TracChangeset
for help on using the changeset viewer.