mirror of
https://github.com/curl/curl.git
synced 2026-05-30 15:57:29 +03:00
fixes
This commit is contained in:
parent
21a9cd6988
commit
c1b4851f56
1 changed files with 1 additions and 1 deletions
|
|
@ -92,7 +92,7 @@ static CURLcode test_unit3200(const char *arg)
|
|||
fp = curlx_fopen(arg, "rb");
|
||||
abort_unless(fp != NULL, "Cannot open testfile");
|
||||
|
||||
curl_mfprintf(stderr, "Test %zd...", i);
|
||||
curl_mfprintf(stderr, "Test %zu...", i);
|
||||
switch(i) {
|
||||
case 0:
|
||||
result = Curl_get_line(&buf, fp, &eof);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue