Nicolas Cannasse 9 سال پیش
والد
کامیت
c412478d15
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      std/hl/_std/Sys.hx

+ 1 - 1
std/hl/_std/Sys.hx

@@ -35,7 +35,7 @@ class Sys {
 	}
 
 	public static function args() : Array<String> {
-		return [for( a in sys_args() ) String.fromUCS2(a)];
+		return [for( a in sys_args() ) makePath(a)];
 	}
 
 	public static function stdin() : haxe.io.Input {