Closed PerH closed 13 years ago
Issue should be fixed now. Alignment of subarrays might have been of. In this case a string would have been the last item written when packing text and making internal calculations of needed_size to be non-aligned. Later on, when writing array, dl would only seek to end and assume that alignment was correct
I have the following types:
Now when I pack the following data file dl_pack.exe crashes.
If I change the line
to
it doesn't crash.