Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix byte_array endianness reset when byte_array allocates more memory
Occurred first when a `byte_array` grows to size 1024, required calling `ba_set_little_endian(true)` again after more memory was allocated as a workaround. With this commit, the endianness is preserved correctly.
- Loading branch information