Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 137049
b: refs/heads/master
c: 5619448
h: refs/heads/master
i:
  137047: 7c33c45
v: v3
  • Loading branch information
H. Peter Anvin committed Jan 8, 2009
1 parent 85fd9c3 commit bf506fe
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: a26ee60f90daffe1de6be0d093af86e7279b3dfd
refs/heads/master: 5619448fc55650cb76cbb825e16e4bb5d1390399
2 changes: 1 addition & 1 deletion trunk/lib/decompress_inflate.c
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ STATIC int INIT gunzip(unsigned char *buf, int len,
set_error_fn(error_fn);
rc = -1;
if (flush) {
out_len = 0x8100; /* 32 K */
out_len = 0x8000; /* 32 K */
out_buf = malloc(out_len);
} else {
out_len = 0x7fffffff; /* no limit */
Expand Down

0 comments on commit bf506fe

Please sign in to comment.