We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99b2294 commit 9f418e1Copy full SHA for 9f418e1
inflate.h
@@ -100,7 +100,7 @@ struct inflate_state {
100
unsigned char FAR *window; /* allocated sliding window, if needed */
101
/* bit accumulator */
102
unsigned long hold; /* input bit accumulator */
103
- unsigned bits; /* number of bits in "in" */
+ unsigned bits; /* number of bits in hold */
104
/* for string and stored block copying */
105
unsigned length; /* literal or length of data to copy */
106
unsigned offset; /* distance back to copy string from */
0 commit comments