Version 1.1.3

This commit is contained in:
curt
1998-07-24 21:35:29 +00:00
parent 6dd8a1525c
commit 39521df546
18 changed files with 293 additions and 224 deletions

View File

@@ -345,13 +345,6 @@ int r;
s->mode = TYPE;
break;
}
if (k > 7) /* return unused byte, if any */
{
Assert(k < 16, "inflate_codes grabbed too many bytes")
k -= 8;
n++;
p--; /* can always return one */
}
s->mode = DRY;
case DRY:
FLUSH