mirror of
https://github.com/transmission/transmission
synced 2025-01-31 19:34:05 +00:00
another typo fix
This commit is contained in:
parent
d965c1af92
commit
c179c881c0
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue