mirror of
https://github.com/curl/curl.git
synced 2026-06-16 16:45:39 +03:00
fixes
This commit is contained in:
parent
dd1035f935
commit
b8980800ae
1 changed files with 1 additions and 1 deletions
|
|
@ -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));
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue