Browse Source

Fix typo

adaptive-webui-19844
Chocobo1 6 years ago
parent
commit
ec7dfee887
No known key found for this signature in database
GPG Key ID: 210D9C873253A68C
  1. 2
      src/base/bittorrent/session.cpp

2
src/base/bittorrent/session.cpp

@ -3506,7 +3506,7 @@ void Session::setMaxRatioAction(MaxRatioAction act)
} }
// If this functions returns true, we cannot add torrent to session, // If this functions returns true, we cannot add torrent to session,
// but it is still possible to merge trackers in some case // but it is still possible to merge trackers in some cases
bool Session::isKnownTorrent(const InfoHash &hash) const bool Session::isKnownTorrent(const InfoHash &hash) const
{ {
return (m_torrents.contains(hash) return (m_torrents.contains(hash)

Loading…
Cancel
Save