From 3de300d2f936a3702b73dabce9e877756892646f Mon Sep 17 00:00:00 2001 From: gingerBill Date: Thu, 7 Aug 2025 12:38:15 +0100 Subject: Fix typo --- src/check_builtin.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- cgit v1.2.3