rtissera / libchdr

Standalone library for reading MAME's CHDv1-v5 formats.
BSD 3-Clause "New" or "Revised" License
99 stars 42 forks source link

Fix put_bigendian_uint32() #12

Closed baka0815 closed 6 years ago

baka0815 commented 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.

rtissera commented 6 years ago

Good pick, merged.