Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix SVCDSCDIR replies on 64-bit big endian architectures
While on LE this works, on BE it copies the other four bytes into the uint32_t, resulting in a zero. This in turn results in a protocol error on those architectures.
- Loading branch information