1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2025-02-20 13:16:53 +00:00

adjustments to last activity field

This commit is contained in:
Mitchell Livingston 2008-03-07 13:23:01 +00:00
parent 76891225b9
commit 382dd2cfdc

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)