diff --git a/src/statsdialog.cpp b/src/statsdialog.cpp index 14459f6c4..e514e9fa7 100644 --- a/src/statsdialog.cpp +++ b/src/statsdialog.cpp @@ -85,7 +85,7 @@ void StatsDialog::updateUI() { // num_peers is not reliable (adds up peers, which didn't even overcome tcp handshake) const std::vector torrents = session->getTorrents(); std::vector::const_iterator iBegin = torrents.begin(); - std::vector::const_iterator iEnd = torrents.begin(); + std::vector::const_iterator iEnd = torrents.end(); quint32 peers = 0; for ( ; iBegin < iEnd ; ++iBegin) peers += (*iBegin).status().num_peers;