mirror of
https://github.com/gnosygnu/xowa.git
synced 2026-03-02 03:49:30 +00:00
v2.8.5.1
This commit is contained in:
@@ -30,7 +30,7 @@ public class Xoa_version_ {
|
||||
for (int i = 0; i < lhs_ary_len; ++i) {
|
||||
String lhs_itm = lhs_ary[i];
|
||||
String rhs_itm = rhs_ary[i];
|
||||
int itm_comp = Int_.Compare(Int_.parse_or_(lhs_itm, 0), Int_.parse_or_(rhs_itm, 0));
|
||||
int itm_comp = Int_.Compare(Int_.parse_or(lhs_itm, 0), Int_.parse_or(rhs_itm, 0));
|
||||
if (itm_comp != CompareAble_.Same) return itm_comp;
|
||||
}
|
||||
return CompareAble_.Same;
|
||||
|
||||
Reference in New Issue
Block a user