Этот коммит содержится в:
2024-10-28 00:33:11 +03:00
родитель d55b28de6f
Коммит ca7de45c50

Просмотреть файл

@@ -52,7 +52,7 @@ download(const string& address) {
curl_easy_setopt(curl, CURLOPT_WRITEDATA, &buffer);
res = curl_easy_perform(curl);
curl_easy_cleanup(curl);
if (!res){
if (res != CURLE_OK){
curl_off_t speed;
res1 = curl_easy_getinfo(curl, CURLINFO_SPEED_DOWNLOAD_T, &speed);
if(!res1){