20 bytes removed from bzip2 and some cleanup =)
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1291 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
5040298c75
commit
df46b6aefc
3 changed files with 5 additions and 39 deletions
|
@ -187,8 +187,6 @@ Int32 BZ2_decompress ( DState* s )
|
|||
}
|
||||
if (uc != 0x31) RETURN(BZ_DATA_ERROR);
|
||||
|
||||
s->currBlockNo++;
|
||||
|
||||
s->origPtr = 0;
|
||||
GET_UCHAR(BZ_X_ORIGPTR_1, uc);
|
||||
s->origPtr = (s->origPtr << 8) | ((Int32)uc);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue