Http patch

This commit is contained in:
Anonymous275
2020-11-06 16:55:13 +02:00
parent 32a3e9f875
commit 2da0538987
2 changed files with 2 additions and 2 deletions
-1
View File
@@ -64,7 +64,6 @@ int Download(const std::string& URL,const std::string& Path,bool close){
CURL *curl;
CURLcode res;
struct File file = {Path.c_str(),nullptr};
//curl_global_init(CURL_GLOBAL_DEFAULT);
curl = curl_easy_init();
if(curl){
curl_easy_setopt(curl, CURLOPT_URL,URL.c_str());