From a7c4c4474bb89357b954b1d1cc4fcb8b4c51cade Mon Sep 17 00:00:00 2001 From: Mitchell Livingston Date: Mon, 15 Jan 2007 04:10:34 +0000 Subject: [PATCH] i should've compiled first --- macosx/Torrent.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/macosx/Torrent.m b/macosx/Torrent.m index eefe1e42b..e1bda0904 100644 --- a/macosx/Torrent.m +++ b/macosx/Torrent.m @@ -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]];