mirror of
https://github.com/TokTok/c-toxcore
synced 2026-03-30 02:59:51 +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