Changeset 33162


Ignore:
Timestamp:
02/18/15 10:53:45 (8 years ago)
Author:
obi
Message:

fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • titan/titan/skinadjust.h

    r33161 r33162  
    233233                                cmd = ostrcat(cmd, getconfig("skinconfig", NULL), 1, 0);
    234234                        }
    235                         printf("cmd: %cmd\n"); 
     235                        printf("cmd: %s\n", cmd);       
    236236                        system(cmd);
    237237                        free(cmd); cmd = NULL;
Note: See TracChangeset for help on using the changeset viewer.