Beef
Beef copied to clipboard
Fix MiniZ HuffDecode in tinfl_decompress
Recently noticed that some archived files report error on decompression with tinfl_decompress returning HasMoreOutput but the extracted data would be valid. This PR fixes that by removing the cast to uint16 since the values in m_tree can be negative