guzba / zippy

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

fix `isize` check to be mod 2^32 instead 2^31 #69

Closed Vindaar closed 9 months ago

Vindaar commented 9 months ago

Fixes #68.

guzba commented 9 months ago

Thanks for the PR!