Bump to v2.2.4

This commit is contained in:
Christophe Dumez
2010-04-05 23:16:10 +00:00
parent c59dde4f58
commit 689df74d7e
5 changed files with 5 additions and 4 deletions

View File

@@ -2317,7 +2317,7 @@ void Bittorrent::addConsoleMessage(QString msg, QString) {
}
// Resume downloads
while(!torrent_queue.empty()) {
const QString &hash = torrent_queue.top().second;
const QString hash = torrent_queue.top().second;
torrent_queue.pop();
qDebug("Starting up torrent %s", qPrintable(hash));
if(TorrentPersistentData::isMagnet(hash)) {