From c1b4851f5685fcaccb4ea7bd694ec9c04af343a0 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Sun, 8 Mar 2026 20:48:44 +0100 Subject: [PATCH] fixes --- tests/unit/unit3200.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/unit/unit3200.c b/tests/unit/unit3200.c index 3566163705..3e1b06a0aa 100644 --- a/tests/unit/unit3200.c +++ b/tests/unit/unit3200.c @@ -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);