Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
client: Fix endianness in
simple_window
example
Haven't tested on a big-endian system, but this should be correct. It seems redundant to use bitshifts only to convert with `to_*_bytes`, so just use an array. Fixes #385.
- Loading branch information