We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14eeaee commit 66764b2Copy full SHA for 66764b2
threaded-libcurl/Downloader.hpp
@@ -21,7 +21,7 @@ class Downloader {
21
public:
22
bool terminated = false, done = false, failed = false;
23
std::string error;
24
- curl_off_t current, total;
+ curl_off_t current = 0, total = 0;
25
26
Downloader( std::string theUrl, std::string theOutfile );
27
Downloader( std::string theUrl, std::string theOutfile, std::string theSha1 );
0 commit comments