This commit is contained in:
Mitchell Livingston 2009-09-06 21:19:19 +00:00
parent b41c9169e8
commit 3f00feef10
1 changed files with 1 additions and 1 deletions

View File

@ -872,7 +872,7 @@ int trashDataFile(const char * filename)
- (CGFloat) availableDesired
{
return 1.0 - (CGFloat)fStat->desiredAvailable / [self sizeLeft];
return (CGFloat)fStat->desiredAvailable / [self sizeLeft];
}
- (BOOL) isActive