gingerBill 1 hónapja
szülő
commit
3de300d2f9
1 módosított fájl, 1 hozzáadás és 1 törlés
  1. 1 1
      src/check_builtin.cpp

+ 1 - 1
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;
 		}