diff --git a/sdk/lang/Character.ooc b/sdk/lang/Character.ooc index a1e94251..4f3e847f 100644 --- a/sdk/lang/Character.ooc +++ b/sdk/lang/Character.ooc @@ -195,7 +195,7 @@ CString: cover from Char* { equals?: func( other: This) -> Bool { if (other == null) return false l := length() - l2 := length() + l2 := other length() if (l != l2) return false for (i in 0..l) {