We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 861d429 commit 6da2d63Copy full SHA for 6da2d63
1 file changed
src/Zip/Compression/InflaterDynHeader.cs
@@ -178,8 +178,8 @@ public bool Decode(StreamManipulator input)
178
return true;
179
}
180
181
- mode = LENS;
182
- goto decode_loop;
+ mode = LENS;
+ goto decode_loop;
183
184
185
@@ -204,6 +204,9 @@ public InflaterHuffmanTree BuildDistTree()
204
205
InflaterHuffmanTree blTree;
206
207
+ /// <summary>
208
+ /// The current decode mode
209
+ /// </summary>
210
int mode;
211
int lnum, dnum, blnum, num;
212
int repSymbol;
0 commit comments