mirror of
https://github.com/curl/curl.git
synced 2026-08-24 23:33:33 +03:00
fixes
This commit is contained in:
parent
f31365d6e9
commit
ccc5ef07ab
2 changed files with 2 additions and 2 deletions
|
|
@ -82,7 +82,7 @@ static void parse_success(const struct tcase *t)
|
|||
in_consumed += nread;
|
||||
if(nread != buflen) {
|
||||
if(!p.done) {
|
||||
curl_mfprintf(stderr, "only %zd/%zu consumed for: '%s'\n",
|
||||
curl_mfprintf(stderr, "only %zu/%zu consumed for: '%s'\n",
|
||||
nread, buflen, buf);
|
||||
fail("not all consumed");
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue