mirror of
https://github.com/MariaDB/server.git
synced 2026-05-14 19:07:15 +02:00
zlib 1.3.1
This commit is contained in:
parent
5372a0f1a9
commit
5aff13b65c
72 changed files with 4092 additions and 433 deletions
|
|
@ -1387,7 +1387,7 @@ int ZEXPORT inflateSync(z_streamp strm) {
|
|||
/* if first time, start search in bit buffer */
|
||||
if (state->mode != SYNC) {
|
||||
state->mode = SYNC;
|
||||
state->hold <<= state->bits & 7;
|
||||
state->hold >>= state->bits & 7;
|
||||
state->bits -= state->bits & 7;
|
||||
len = 0;
|
||||
while (state->bits >= 8) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue