fixing bustage
git-svn-id: svn://10.0.0.236/trunk@92661 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
456e141fb3
commit
862b98e6df
@ -532,7 +532,7 @@ PRInt64 nsFileSpec::GetDiskSpaceAvailable() const
|
||||
PRInt64 bsize,bavail;
|
||||
LL_I2L( bsize, fs_buf.f_bsize );
|
||||
LL_I2L( bavail, fs_buf.f_bavail - 1 );
|
||||
LL_MUL( *aDiskSpaceAvailable, bsize, bavail );
|
||||
LL_MUL( bytes, bsize, bavail );
|
||||
return bytes;
|
||||
|
||||
#else
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user