Bug #1679 ยป 0015-Make-parameter-long-in-curl_easy_setopt-call.patch
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);
|
||