wc-duck / datalibrary

Open Source Data Library for data serialization.
Other
42 stars 8 forks source link

Packing Inline Arrays now correctly stores instance for structs. #37

Closed lundmark closed 8 years ago

lundmark commented 8 years ago

This fixes the bug where structs in inline arrays have pointers that are not patched correctly.

lundmark commented 8 years ago

Solves https://github.com/wc-duck/datalibrary/issues/36

wc-duck commented 8 years ago

PR is missing unittest capturing issue.

wc-duck commented 8 years ago

I'll merge this now and add tests.

lundmark commented 8 years ago

Thanks :)