adjustments to last activity field

This commit is contained in:
Mitchell Livingston 2008-03-07 13:23:01 +00:00
parent 76891225b9
commit 382dd2cfdc
1 changed files with 1 additions and 1 deletions

View File

@ -1070,7 +1070,7 @@ typedef enum
NSDate * nextLastActivity;
if ((nextLastActivity = [torrent dateActivity]))
lastActivity = [nextLastActivity laterDate: lastActivity];
lastActivity = lastActivity ? [lastActivity laterDate: nextLastActivity] : nextLastActivity;
}
if (have == 0)