guzba / zippy

Pure Nim implementation of deflate, zlib, gzip and zip.
MIT License
246 stars 29 forks source link

fix division by zero on 32bit #2

Closed Tormund closed 3 years ago

Tormund commented 3 years ago

I got crash when trying to uncompress on 32bit machine

guzba commented 3 years ago

Thanks for the fix!

guzba commented 3 years ago

0.5.1 tagged which includes this fix