Skip to content
Snippets Groups Projects
Commit 0b5c158c authored by Mark Adler's avatar Mark Adler
Browse files

Fix bug in gzwrite.c that produced corrupt gzip files.

parent bc5503b2
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -117,6 +117,7 @@ local int gz_comp(state, flush)
if (strm->avail_out == 0) {
strm->avail_out = state->size;
strm->next_out = state->out;
state->x.next = state->out;
}
}
 
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment