ui/common/context.c

changeset 916
6fdcf1cbbec9
parent 906
edfdf9776da9
child 960
e88ca7dfa943
--- a/ui/common/context.c	Tue Nov 18 18:54:53 2025 +0100
+++ b/ui/common/context.c	Wed Nov 19 09:20:18 2025 +0100
@@ -464,7 +464,7 @@
     } else {
         // override var with new value
         if(var->type != type) {
-            fprintf(stderr, "Error: var %s type mismatch: %s - %s\n", name, uic_type2str(var->type), type);
+            fprintf(stderr, "Error: var %s type mismatch: %s - %s\n", name, uic_type2str(var->type), uic_type2str(type));
             return;
         }
         if(var->bound) {

mercurial