فهرست منبع

fixed bug in __compare

Nicolas Cannasse 19 سال پیش
والد
کامیت
03c2c06a2e
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      std/neko/NekoString__.hx

+ 1 - 1
std/neko/NekoString__.hx

@@ -130,7 +130,7 @@ class NekoString__ implements String {
 	/* NEKO INTERNALS */
 
 	private function __compare(o) {
-		return untyped __compare__(this.__s,o.__s);
+		return untyped __dollar__compare(this.__s,o.__s);
 	}
 
 	private function __add(s) {