another typo fix

This commit is contained in:
Mitchell Livingston 2007-12-28 21:47:56 +00:00
parent d965c1af92
commit c179c881c0
1 changed files with 1 additions and 1 deletions

View File

@ -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