r8061 whoops

This commit is contained in:
Mitchell Livingston 2009-03-15 20:33:42 +00:00
parent 338ce43037
commit e81e717e5e
1 changed files with 1 additions and 1 deletions

View File

@ -935,7 +935,7 @@ int trashDataFile(const char * filename)
- (BOOL) allDownloaded
{
return [self sizeLeft] > 0;
return [self sizeLeft] == 0;
}
- (BOOL) isComplete