lvandeve / lodepng

PNG encoder and decoder in C and C++.
zlib License
2.04k stars 420 forks source link

add (unsigned) cast to each byte in lodepng_read32bitInt() #103

Closed sezero closed 4 years ago

sezero commented 4 years ago

should fix https://github.com/lvandeve/lodepng/issues/91

lvandeve commented 4 years ago

Thanks!

vkoskiv commented 4 years ago

Can confirm, resolves the issue on my system. Thanks @sezero !