This commit is contained in:
Viktor Szakats 2026-03-09 01:07:08 +01:00
parent dd1035f935
commit b8980800ae
No known key found for this signature in database

View file

@ -367,7 +367,7 @@ static CURLcode test_unit1664(const char *arg)
const char *orgline = line;
int rc = curlx_str_newline(&line);
curl_mprintf("%d: (%%%02x) %d, line %d\n",
i, *orgline, rc, (int)(line - orgline));
i, (unsigned int)*orgline, rc, (int)(line - orgline));
}
}