mirror of
https://github.com/gnosygnu/xowa.git
synced 2026-03-02 03:49:30 +00:00
'v3.8.1.1'
This commit is contained in:
@@ -466,7 +466,7 @@ default: throw Err_.new_unhandled(id);
|
||||
int len = Bry__.length;
|
||||
for (int i = 0; i < len; i++) {
|
||||
byte[] bry = Bry__[i];
|
||||
hash.Add(bry, Int_obj_val.new_(i));
|
||||
hash.Add(bry, new Int_obj_val(i));
|
||||
}
|
||||
}
|
||||
Object o = hash.Get_by_bry(find);
|
||||
|
||||
Reference in New Issue
Block a user