wc-duck / datalibrary

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

Storing DL_TYPE_ATOM_INLINE_ARRAY with DL_TYPE_STORAGE_STRUCT's doesn't correct pointers #36

Closed lundmark closed 8 years ago

lundmark commented 8 years ago

So if you write an atom inline array of structs with members that have pointers (such as strings), the storage fails to redirect the pointers to offsets.

lundmark commented 8 years ago

This is fixed by pull request: https://github.com/wc-duck/datalibrary/pull/37

wc-duck commented 8 years ago

Fixed by PR.