Closed baka0815 closed 6 years ago
The implementation of put_bigendian_uint32 and put_bigendian_uint24 is identical and the comments don't match. Therefor fix the former to really put uint32.
put_bigendian_uint32
put_bigendian_uint24
uint32
Good pick, merged.
The implementation of
put_bigendian_uint32
andput_bigendian_uint24
is identical and the comments don't match. Therefor fix the former to really putuint32
.