Changeset 38714
- Timestamp:
- 09/11/16 11:57:33 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
titan/titan/skinadjust.h
r38709 r38714 155 155 156 156 char* skinpath = NULL; 157 if(ostrcmp(getconfig("skinpath", NULL), "/var/usr/local/share/titan/skin/default") != 0)157 if(ostrcmp(getconfig("skinpath", NULL), "/var/usr/local/share/titan/skin/default") == 0) 158 158 skinpath = ostrcat("/mnt/config", NULL, 0, 0); 159 159 else
Note: See TracChangeset
for help on using the changeset viewer.