You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/net-p2p/ktorrent/files/ktorrent-4.3.0-mountedstora...

26 lines
504 B

--- a/ktorrent/core.cpp
+++ b/ktorrent/core.cpp
@@ -1206,6 +1206,10 @@
bool Core::checkMissingFiles(TorrentInterface* tc)
{
+ QStringList missing;
+ if(!tc->hasMissingFiles(missing))
+ return true;
+
QStringList not_mounted;
while(!tc->isStorageMounted(not_mounted))
{
@@ -1226,10 +1230,6 @@
}
}
- QStringList missing;
- if(!tc->hasMissingFiles(missing))
- return true;
-
if(tc->getStats().multi_file_torrent)
{
QString msg = i18n(