30 bytes or so gone from zlib, also made stored blocks use 2 bytes less each
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1254 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
2c96636160
commit
e1985f4f1c
2 changed files with 2 additions and 13 deletions
|
@ -869,7 +869,6 @@ local void copy_block(s, buf, len, header)
|
|||
|
||||
if (header) {
|
||||
put_short(s, (ush)len);
|
||||
put_short(s, (ush)~len);
|
||||
#ifdef DEBUG
|
||||
s->bits_sent += 2*16;
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue