mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-09 00:11:44 +00:00
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:
parent
72008ae20d
commit
33706c6615
@ -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
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user