ui/common/properties.c

changeset 29
3fc287f06305
parent 0
2483f517c562
equal deleted inserted replaced
28:1ecc1183f046 29:3fc287f06305
55 55
56 return ui_configfile(NULL); 56 return ui_configfile(NULL);
57 } 57 }
58 58
59 char* ui_configfile(char *name) { 59 char* ui_configfile(char *name) {
60 char *appname = ui_appname(); 60 const char *appname = ui_appname();
61 if(!appname) { 61 if(!appname) {
62 return NULL; 62 return NULL;
63 } 63 }
64 64
65 CxBuffer buf; 65 CxBuffer buf;

mercurial