i should've compiled first

This commit is contained in:
Mitchell Livingston 2007-01-15 04:10:34 +00:00
parent 833494672f
commit a7c4c4474b
1 changed files with 1 additions and 1 deletions

View File

@ -276,7 +276,7 @@ static uint32_t kRed = BE(0xFF6450FF), //255, 100, 80
}
[fProgressString setString: @""];
if ([![self allDownloaded])
if (![self allDownloaded])
[fProgressString appendFormat: NSLocalizedString(@"%@ of %@ (%.2f%%)", "Torrent -> progress string"),
[NSString stringForFileSize: [self downloadedValid]],
[NSString stringForFileSize: [self size]], 100.0 * [self progress]];