Explorar o código

use Boot.__string_rec

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

+ 1 - 1
std/Std.hx

@@ -15,7 +15,7 @@ class Std {
 	public static function string( s : Dynamic ) : String {
 		return untyped
 		#flash
-		String(s);
+		Boot.__string_rec(s,"");
 		#else error
 		#end
 	}