From e81e717e5e3932b6758b71951af4b511a4649b47 Mon Sep 17 00:00:00 2001 From: Mitchell Livingston Date: Sun, 15 Mar 2009 20:33:42 +0000 Subject: [PATCH] r8061 whoops --- macosx/Torrent.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/macosx/Torrent.m b/macosx/Torrent.m index 12183f09c..f77ab6ad7 100644 --- a/macosx/Torrent.m +++ b/macosx/Torrent.m @@ -935,7 +935,7 @@ int trashDataFile(const char * filename) - (BOOL) allDownloaded { - return [self sizeLeft] > 0; + return [self sizeLeft] == 0; } - (BOOL) isComplete