rtissera / libchdr

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

Fix huff_codec_decompress returned error code #104

Closed invertego closed 1 year ago

invertego commented 1 year ago

It was returning a huffman_error code but the return type is chd_error, a completely different enum.

rtissera commented 1 year ago

Good catch thanks ! LGTM