Project

General

Profile

Bug #1679 ยป 0015-Make-parameter-long-in-curl_easy_setopt-call.patch

Marko Lindqvist, 09/10/2025 07:06 PM

View differences:

utility/netfile.c
curl_easy_setopt(handle, CURLOPT_WRITEDATA, fp);
}
curl_easy_setopt(handle, CURLOPT_HTTPHEADER, headers);
curl_easy_setopt(handle, CURLOPT_FAILONERROR, 1);
curl_easy_setopt(handle, CURLOPT_FAILONERROR, (long)1);
curlret = curl_easy_perform(handle);
    (1-1/1)