cut around 30 bytes of code off of zlib mode (room for more tho)
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1226 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
d85513f1c3
commit
49ff03bf0f
5 changed files with 39 additions and 11 deletions
|
@ -21,7 +21,6 @@ int ZEXPORT inflateReset(z_streamp z)
|
|||
{
|
||||
if (z == Z_NULL || z->state == Z_NULL)
|
||||
return Z_STREAM_ERROR;
|
||||
z->total_in = z->total_out = 0;
|
||||
inflate_blocks_reset(&z->state->blocks, z, Z_NULL);
|
||||
return Z_OK;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue