mirror of
https://github.com/curl/curl.git
synced 2026-07-22 22:37:16 +03:00
parent
7a1e99eefa
commit
0476e4fc65
149 changed files with 1381 additions and 1376 deletions
|
|
@ -136,7 +136,7 @@ static int setup(CURL *curl, const char *url)
|
|||
{
|
||||
out_download = fopen(OUTPUTFILE, "wb");
|
||||
if(!out_download)
|
||||
return 1; /* failed */
|
||||
return 1; /* failed */
|
||||
|
||||
/* set the same URL */
|
||||
curl_easy_setopt(curl, CURLOPT_URL, url);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue