mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-23 08:48:07 -06:00
- BUGFIX: Fix crash on torrent addition (if libtorrent-rasterbar has debug enabled)
This commit is contained in:
@@ -1,3 +1,7 @@
|
|||||||
|
* Unreleased - Christophe Dumez <chris@qbittorrent.org> - v1.5.5
|
||||||
|
- BUGFIX: Fixed man page
|
||||||
|
- BUGFIX: Fix crash on torrent addition (if libtorrent-rasterbar has debug enabled)
|
||||||
|
|
||||||
* Sun Oct 25 2009 - Christophe Dumez <chris@qbittorrent.org> - v1.5.4
|
* Sun Oct 25 2009 - Christophe Dumez <chris@qbittorrent.org> - v1.5.4
|
||||||
- BUGFIX: Updated man page
|
- BUGFIX: Updated man page
|
||||||
- BUGFIX: Fixed possible crash with torrents containing unicode characters
|
- BUGFIX: Fixed possible crash with torrents containing unicode characters
|
||||||
|
|||||||
@@ -856,7 +856,8 @@ void bittorrent::loadFilesPriorities(QTorrentHandle &h) {
|
|||||||
qDebug("Setting file piority to %d", priority);
|
qDebug("Setting file piority to %d", priority);
|
||||||
v.push_back(priority);
|
v.push_back(priority);
|
||||||
}
|
}
|
||||||
h.prioritize_files(v);
|
if(v.size() == (unsigned int)h.num_files())
|
||||||
|
h.prioritize_files(v);
|
||||||
}
|
}
|
||||||
|
|
||||||
float bittorrent::getRealRatio(QString hash) const{
|
float bittorrent::getRealRatio(QString hash) const{
|
||||||
|
|||||||
Reference in New Issue
Block a user