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

@@ -221,6 +221,13 @@ int r;
c->mode = START;
break;
case WASH: /* o: got eob, possibly more output */
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 */
}
FLUSH
if (s->read != s->write)
LEAVE