Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 67406
b: refs/heads/master
c: e47654d
h: refs/heads/master
v: v3
  • Loading branch information
Milton Miller authored and Paul Mackerras committed Oct 3, 2007
1 parent 7f7f2eb commit bd97053
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 6fccab26df4f59815d7ec912e4111a92807780de
refs/heads/master: e47654d016c68a02f654ac16951577804f7789c7
1 change: 1 addition & 0 deletions trunk/arch/powerpc/boot/gunzip_util.c
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ void gunzip_start(struct gunzip_state *state, void *src, int srclen)
fatal("inflateInit2 returned %d\n\r", r);
}

state->s.total_in = hdrlen;
state->s.next_in = src + hdrlen;
state->s.avail_in = srclen - hdrlen;
}
Expand Down

0 comments on commit bd97053

Please sign in to comment.