Windows 95 (OSR2)/98/ME no longer see drive free space capped to 2GB.
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3507 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
e90fe421d6
commit
ca9582c925
5 changed files with 54 additions and 39 deletions
|
@ -367,7 +367,7 @@ int inflate(z_streamp z)
|
|||
static uIntf c[288]; /* length list for huft_build */
|
||||
|
||||
/* literal table */
|
||||
for (_k = 0; _k < 288; _k++)
|
||||
for (_k = 0; _k < 288; _k++)
|
||||
{
|
||||
char v=8;
|
||||
if (_k > 143)
|
||||
|
@ -491,7 +491,7 @@ int inflate(z_streamp z)
|
|||
if (c == 18)
|
||||
{
|
||||
i=7;
|
||||
j=11;
|
||||
j=11;
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue