Closed mp49 closed 1 week ago
…integers. Having the 32-bit case fall through to the 64-bit case resulted in corrupted data most of the time, and this restores previous behavior without affecting the new 64-bit support.
fixes #519
I have create a new PR that fixes the issues with this one, and adds testing. #520
Closing this because #520 is a better fix
…integers. Having the 32-bit case fall through to the 64-bit case resulted in corrupted data most of the time, and this restores previous behavior without affecting the new 64-bit support.