Explorar o código

fixed Std.string

Nicolas Cannasse %!s(int64=19) %!d(string=hai) anos
pai
achega
bf06425e95
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      std/Std.hx

+ 1 - 1
std/Std.hx

@@ -61,7 +61,7 @@ class Std {
 		#if flash
 		flash.Boot.__string_rec(s,"");
 		#else neko
-		__dollar__string(s);
+		new String(__dollar__string(s));
 		#else js
 		js.Boot.__string_rec(s,"");
 		#else error