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:
justin1014 2002-10-01 17:36:25 +00:00
parent 2c96636160
commit e1985f4f1c
2 changed files with 2 additions and 13 deletions

View file

@ -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