fixing bustage

git-svn-id: svn://10.0.0.236/trunk@92661 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
dveditz%netscape.com 2001-04-18 05:17:36 +00:00
parent 456e141fb3
commit 862b98e6df

View File

@ -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