This commit is contained in:
Viktor Szakats 2026-03-08 20:38:56 +01:00
parent a5e3bb85ce
commit abf8d0315d
No known key found for this signature in database
5 changed files with 6 additions and 6 deletions

View file

@ -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);