mirror of
https://github.com/curl/curl.git
synced 2026-08-25 16:43:39 +03:00
fixes
This commit is contained in:
parent
a5e3bb85ce
commit
abf8d0315d
5 changed files with 6 additions and 6 deletions
|
|
@ -71,7 +71,7 @@ static CURLcode test_tool1621(const char *arg)
|
|||
const char *url = tests[i].input;
|
||||
char *stripped = stripcredentials(url);
|
||||
const char *strippedstr = stripped ? stripped : "(null)";
|
||||
curl_mprintf("Test %u got input \"%s\", output: \"%s\", "
|
||||
curl_mprintf("Test %d got input \"%s\", output: \"%s\", "
|
||||
"expected: \"%s\"\n",
|
||||
i, tests[i].input, strippedstr, tests[i].output);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue