aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorgingerBill <gingerBill@users.noreply.github.com>2025-08-07 12:38:15 +0100
committergingerBill <gingerBill@users.noreply.github.com>2025-08-07 12:38:15 +0100
commit3de300d2f936a3702b73dabce9e877756892646f (patch)
tree1efb1712b1126b3aa5fa9f8002824b6a28ce3f7b /src
parent34b4b84b644c726869b863278f22f223d65e45af (diff)
Diffstat (limited to 'src')
-rw-r--r--src/check_builtin.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/check_builtin.cpp b/src/check_builtin.cpp
index 18c75c455..0daf101b7 100644
--- a/src/check_builtin.cpp
+++ b/src/check_builtin.cpp
@@ -7146,7 +7146,7 @@ gb_internal bool check_builtin_procedure(CheckerContext *c, Operand *operand, As
operand->mode = Addressing_Constant;
operand->type = t_untyped_string;
- operand->value = type_to_canonical_string(permanent_allocator(), type);
+ operand->value = exact_value_string(type_to_canonical_string(permanent_allocator(), type));
break;
}