mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-01-06 23:52:31 -06:00
Fix for commit 35e964f66.
This commit is contained in:
@@ -606,7 +606,7 @@ double PeerListWidget::getPeerRelevance(const torrent_status& status, const libt
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (localMissing == 0)
|
if (localMissing == 0)
|
||||||
return -1.0;
|
return 0.0;
|
||||||
|
|
||||||
return (double)remoteHaves/localMissing;
|
return (double)remoteHaves/localMissing;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user