mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-23 16:09:47 +00:00
(zlib) Backport 44e8ac810d (diff-327188edf18799ffbb5a51cc69f797e8)
This commit is contained in:
parent
9aa27010b8
commit
b1d82f1b27
2
deps/libz/inflate.c
vendored
2
deps/libz/inflate.c
vendored
@ -1342,6 +1342,8 @@ int inflateSync(z_streamp strm)
|
||||
/* return no joy or set up to restart inflate() on a new block */
|
||||
if (state->have != 4)
|
||||
return Z_DATA_ERROR;
|
||||
if (state->mode == HEAD)
|
||||
state->wrap = 0; /* never processed header, so assume raw */
|
||||
|
||||
in = strm->total_in;
|
||||
out = strm->total_out;
|
||||
|
Loading…
Reference in New Issue
Block a user