1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2025-01-31 19:34:05 +00:00

another typo fix

This commit is contained in:
Mitchell Livingston 2007-12-28 21:47:56 +00:00
parent d965c1af92
commit c179c881c0

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