mirror of
https://github.com/curl/curl.git
synced 2026-08-26 16:43:38 +03:00
parent
bfe54b0e88
commit
1087937992
12 changed files with 12 additions and 12 deletions
|
|
@ -278,7 +278,7 @@ int test(char *URL)
|
|||
}
|
||||
|
||||
|
||||
/* fetch a another one and save cookies */
|
||||
/* fetch another one and save cookies */
|
||||
printf("*** run %d\n", i);
|
||||
curl = curl_easy_init();
|
||||
if(!curl) {
|
||||
|
|
|
|||
|
|
@ -197,7 +197,7 @@ int test(char *URL)
|
|||
}
|
||||
|
||||
|
||||
/* fetch a another one */
|
||||
/* fetch another one */
|
||||
printf("*** run %d\n", i);
|
||||
curl = curl_easy_init();
|
||||
if(!curl) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue