From c179c881c0f86e90af01b8351d62c2e66852280d Mon Sep 17 00:00:00 2001 From: Mitchell Livingston Date: Fri, 28 Dec 2007 21:47:56 +0000 Subject: [PATCH] another typo fix --- macosx/Torrent.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/macosx/Torrent.m b/macosx/Torrent.m index 57b723280..4e69ac492 100644 --- a/macosx/Torrent.m +++ b/macosx/Torrent.m @@ -231,7 +231,7 @@ void completenessChangeCallback(tr_torrent * torrent, cp_status_t status, void * fPreviousFinishedPieces = tab; [fFinishedPiecesDate release]; - fFinishedPiecesDate = fPreviousFinishedPieces != NULL ? [[NSDate alloc] init] : nil; + fFinishedPiecesDate = tab != NULL ? [[NSDate alloc] init] : nil; } - (void) update