- Fixed a bug in torrent files filtering (closes #158846)

This commit is contained in:
Christophe Dumez 2007-11-06 20:55:23 +00:00
parent 5bbdb9e119
commit 82e548a2fd
3 changed files with 4 additions and 0 deletions

View file

@ -708,6 +708,7 @@ void bittorrent::loadTorrentSpeedLimits(QString hash) {
// Read pieces priorities from .priorities file
// and ask QTorrentHandle to consider them
void bittorrent::loadFilesPriorities(QTorrentHandle &h) {
qDebug("Applying pieces priorities");
if(!h.is_valid()) {
qDebug("/!\\ Error: Invalid handle");
return;