- BUGFIX: Fixed torrent creation from a directory

- BUGFIX: Fixed save path when seeding automatically after torrent creation
This commit is contained in:
Christophe Dumez
2007-12-30 18:13:00 +00:00
parent faa33b0d7e
commit 2f689208be
3 changed files with 16 additions and 4 deletions

View File

@@ -756,7 +756,7 @@ void bittorrent::loadFilesPriorities(QTorrentHandle &h) {
if( priority < 0 || priority > 7) {
priority = 1;
}
//qDebug("Setting piece piority to %d", priority);
qDebug("Setting piece piority to %d", priority);
v.push_back(priority);
}
h.prioritize_files(v);