ui/common/properties.c

branch
newapi
changeset 254
13997c76859b
parent 174
0358f1d9c506
--- a/ui/common/properties.c	Sun Feb 11 22:06:23 2024 +0100
+++ b/ui/common/properties.c	Sun Feb 11 22:17:00 2024 +0100
@@ -57,7 +57,7 @@
 }
 
 char* ui_configfile(char *name) {
-    char *appname = ui_appname();
+    const char *appname = ui_appname();
     if(!appname) {
         return NULL;
     }

mercurial