Explorar o código

Fixed missing strings.

Brucey %!s(int64=4) %!d(string=hai) anos
pai
achega
182e5cdeb2
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      ctranslator.bmx

+ 1 - 1
ctranslator.bmx

@@ -4702,7 +4702,7 @@ End Rem
 				n :+ ","
 			End If
 			t :+ v.Value()
-			n :+ "(BBString*)&" + TStringConst(_appInstance.stringConsts.ValueForKey(v.ident)).id
+			n :+ "(BBString*)&" + StringConstId(v.ident)
 		Next
 		
 		Emit TransType(decl.ty, "") + " " + decl.munged + "_values[" + decl.values.length + "] = {" + t + "};"