mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-27 10:10:57 +00:00
This commit is contained in:
parent
2063f4ac41
commit
6fcd1406c3
2
deps/libz/inflate.c
vendored
2
deps/libz/inflate.c
vendored
@ -1498,7 +1498,7 @@ int inflateValidate(z_streamp strm, int check)
|
||||
strm->state == Z_NULL)
|
||||
return Z_STREAM_ERROR;
|
||||
state = (struct inflate_state FAR *)strm->state;
|
||||
if (check)
|
||||
if (check && state->wrap)
|
||||
state->wrap |= 4;
|
||||
else
|
||||
state->wrap &= ~4;
|
||||
|
Loading…
Reference in New Issue
Block a user