wc-duck / datalibrary

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

Pointer to inline array fixes #156

Closed ElementalAndy closed 1 year ago

ElementalAndy commented 1 year ago

dl_txt_unpack was missing a case for pointer to inline array of structs and had an assert for pointer to inline array of pods which I removed. Added a few tests to cover the issues I ran into.