inflateReset and inflateInit are now the same thing,

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1276 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
justin1014 2002-10-02 17:23:46 +00:00
parent 4e6828b511
commit d7138bf7aa
3 changed files with 3 additions and 29 deletions

View file

@ -25,7 +25,7 @@ void inflateReset(z_streamp z)
s->mode = TYPE;
s->bitk = s->bitb = 0;
s->read = s->write = s->window;
Tracev((stderr, "inflate: blocks reset\n"));
s->end = s->window + (1 << DEF_WBITS);
}
int inflate(z_streamp z)