mirror of
https://github.com/transmission/transmission.git
synced 2025-12-24 20:35:36 +00:00
#5185 (trunk, gtk) fix sort-by-age with patch from elhana.
This commit is contained in:
@@ -403,7 +403,7 @@ compare_time (time_t a, time_t b)
|
||||
|
||||
if (a < b)
|
||||
ret = -1;
|
||||
if (a > b)
|
||||
else if (a > b)
|
||||
ret = 1;
|
||||
else
|
||||
ret = 0;
|
||||
|
||||
Reference in New Issue
Block a user