Changeset 38714


Ignore:
Timestamp:
09/11/16 11:57:33 (7 years ago)
Author:
obi
Message:

fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • titan/titan/skinadjust.h

    r38709 r38714  
    155155
    156156        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)
    158158                skinpath = ostrcat("/mnt/config", NULL, 0, 0);
    159159        else
Note: See TracChangeset for help on using the changeset viewer.