Saved another 48 bytes of data for bzip2 (at the expense of 6 extra code bytes).

bzip2 'randtable' not being initialised in makensis.


git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1212 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
eccles 2002-09-28 14:01:32 +00:00
parent 265313abaa
commit ad84409c92
2 changed files with 218 additions and 247 deletions

View file

@ -125,7 +125,7 @@ typedef unsigned short UInt16;
/*-- Stuff for randomising repetitive blocks. --*/
extern Int16 BZ2_rNums[513]; // make this 512 for bigger-data/smaller-code mode.
extern Int16 BZ2_rNums[512];
#define BZ_RAND_DECLS \
Int32 rNToGo; \