mirror of
https://github.com/TokTok/c-toxcore
synced 2026-09-09 16:06:17 +00:00
save_compatibility_test was failing on big-endian systems, as it was written and tested on a little-endian system and savedata is not endianness portable[1]. [1] https://github.com/TokTok/c-toxcore/issues/2693