1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2024-12-27 18:18:10 +00:00
This commit is contained in:
Mitchell Livingston 2009-09-06 21:19:19 +00:00
parent b41c9169e8
commit 3f00feef10

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