Changeset 38577


Ignore:
Timestamp:
09/04/16 21:17:04 (7 years ago)
Author:
obi
Message:

fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • titan/titan/skinadjust.h

    r38574 r38577  
    169169                                {
    170170                                        tmpstr = string_replace("skinconfig.", "", node->text, 0);
    171                                         strstrip(tmpstr);
    172171                                        addchoicebox(skinstyle_sel, node->text, tmpstr);
    173172                                        free(tmpstr), tmpstr = NULL;
     
    481480                                        cmd = ostrcat(cmd, "/skinconfig.", 1, 0);
    482481                                        cmd = ostrcat(cmd, search, 1, 0);
    483                                         cmd = ostrcat(cmd, " \"", 1, 0);
     482                                        cmd = ostrcat(cmd, "\"", 1, 0);
    484483                                        printf("cmd: %s\n", cmd);       
    485484                                        system(cmd);
Note: See TracChangeset for help on using the changeset viewer.