mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-26 22:32:46 +00:00
Fix build bustage for cathleen.
This commit is contained in:
parent
6878eb53a7
commit
2ceb22ad8a
@ -688,7 +688,8 @@ nsInstall::DiskSpaceAvailable(const nsString& aFolder, PRInt64* aReturn)
|
||||
|
||||
if (result != nsInstall::SUCCESS)
|
||||
{
|
||||
*aReturn = SaveError( result );
|
||||
double d = SaveError( result );
|
||||
LL_L2D(d, *aReturn);
|
||||
return NS_OK;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user