zerkman / zzlib

zip/zlib-compressed file depacking library in Lua
Do What The F*ck You Want To Public License
87 stars 21 forks source link

Fixed rshift #8

Closed zhlinh closed 4 years ago

zhlinh commented 4 years ago

infl.rshift doesn't exitst in my running.

zerkman commented 4 years ago

Thanks for the report. I fixed the problem the correct way, so the fix works in all setups : using bit or bit32 libraries, or Lua 5.3 native bitwise operators.