This commit is contained in:
Viktor Szakats 2026-03-08 20:46:34 +01:00
parent f31365d6e9
commit ccc5ef07ab
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View file

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