Skip to content

fix invalid unsigned arithmetic.

Libretro-Admin requested to merge github/fork/ihsinme/patch-1 into master

Created by: ihsinme

your check is incorrect. since the variables are unsigned, it is equivalent to sizeof (outbuf) != zs.avail_out. so I suggest a simple fix for the error.

Merge request reports