From 3f00feef104ce33af0f4c8043f439cfece44c927 Mon Sep 17 00:00:00 2001 From: Mitchell Livingston Date: Sun, 6 Sep 2009 21:19:19 +0000 Subject: [PATCH] whoops --- macosx/Torrent.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/macosx/Torrent.m b/macosx/Torrent.m index 1cd401d99..63a0680f4 100644 --- a/macosx/Torrent.m +++ b/macosx/Torrent.m @@ -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