kaitai-io / kaitai_struct_formats

Kaitai Struct: library of binary file formats (.ksy)
http://formats.kaitai.io
712 stars 203 forks source link

ds_store: fix array index type issue in some target languages #632

Closed SkypLabs closed 2 years ago

SkypLabs commented 2 years ago

This PR fixes an issue related to some array index type conversions in Java.

See https://github.com/kaitai-io/kaitai_struct/issues/956 for further information.

SkypLabs commented 2 years ago

Thanks again @generalmimon for your detailed comment on the root cause of the issue!