fixing bug #19597. Fixed the warning of insufficient disk space error message to show the correct disk space required/available. r=dveditz

This commit is contained in:
ssu%netscape.com 1999-11-23 03:21:43 +00:00
parent 72008ae20d
commit 33706c6615

View File

@ -1829,7 +1829,7 @@ HRESULT VerifyDiskSpace()
ullDSTotalAvailable = ullDSAPath;
if(ullDSTotalAvailable < ullDSTotalRequired)
return(ErrorMsgDiskSpace(ullDSAPath, ullDSRPath, sgProduct.szPath, FALSE));
return(ErrorMsgDiskSpace(ullDSTotalAvailable, ullDSTotalRequired, sgProduct.szPath, FALSE));
}
else
{