mirror of
https://github.com/TokTok/c-toxcore
synced 2026-04-27 06:25:40 +00:00
9a8dfa06ab
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