diff --git a/libtransmission/peer-mgr.c b/libtransmission/peer-mgr.c index 5a8bca248..39246907b 100644 --- a/libtransmission/peer-mgr.c +++ b/libtransmission/peer-mgr.c @@ -1584,7 +1584,7 @@ ensureAtomExists( Torrent * t, } else { - if (from < a->fromBest) + if( from < a->fromBest ) a->fromBest = from; if( a->seedProbability == -1 )