Show the real filesize with --status on incomplete downloads

This commit is contained in:
Sude 2015-07-01 04:01:18 +03:00
parent c4c2f8cb6d
commit 699c9f29a5

View File

@ -2625,7 +2625,6 @@ void Downloader::checkStatus()
{
bHashOK = false;
localHash = Util::getFileHash(path.string(), RHASH_MD5);
filesize = filesize_xml;
}
}
@ -2754,7 +2753,6 @@ void Downloader::checkStatus()
{
bHashOK = false;
localHash = Util::getFileHash(path.string(), RHASH_MD5);
filesize = filesize_xml;
}
}