download: fix size reported to progress bar

This commit is contained in:
Will Dietz 2018-08-27 08:41:17 -05:00
parent 5f3b72cfc2
commit 28418af920

View file

@ -345,7 +345,7 @@ struct CurlDownloader : public Downloader
done = true;
try {
act.progress(result.data->size(), result.data->size());
act.progress(result.bodySize, result.bodySize);
callback(std::move(result));
} catch (...) {
done = true;