mirror of
https://github.com/curl/curl.git
synced 2026-06-13 15:35:39 +03:00
parent
b3bc61ab68
commit
abdfa2baff
2 changed files with 2 additions and 2 deletions
|
|
@ -80,7 +80,7 @@ static CURLcode test_lib695(const char *URL)
|
|||
result = curl_mime_subparts(part, mime1);
|
||||
|
||||
if(result != CURLE_OK)
|
||||
curl_mfprintf(stderr, "curl_mime_subparts() failed: %sn",
|
||||
curl_mfprintf(stderr, "curl_mime_subparts() failed: %s\n",
|
||||
curl_easy_strerror(result));
|
||||
else {
|
||||
mime1 = NULL;
|
||||
|
|
|
|||
|
|
@ -101,7 +101,7 @@ static CURLcode test_lib757(const char *URL)
|
|||
result = curl_mime_subparts(part, mime1);
|
||||
|
||||
if(result != CURLE_OK)
|
||||
curl_mfprintf(stderr, "curl_mime_subparts() failed: %sn",
|
||||
curl_mfprintf(stderr, "curl_mime_subparts() failed: %s\n",
|
||||
curl_easy_strerror(result));
|
||||
else {
|
||||
mime1 = NULL;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue