Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 137050
b: refs/heads/master
c: 6c11b12
h: refs/heads/master
v: v3
  • Loading branch information
Alain Knaff authored and H. Peter Anvin committed Jan 8, 2009
1 parent bf506fe commit ca53347
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 5619448fc55650cb76cbb825e16e4bb5d1390399
refs/heads/master: 6c11b12ac6f101732d43b5682f5b3ae4dda4205f
2 changes: 1 addition & 1 deletion trunk/lib/decompress_inflate.c
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ STATIC int INIT gunzip(unsigned char *buf, int len,
strm->next_in++;
strm->next_in++;
}
strm->avail_in = len - 10;
strm->avail_in = len - (strm->next_in - zbuf);

strm->next_out = out_buf;
strm->avail_out = out_len;
Expand Down

0 comments on commit ca53347

Please sign in to comment.