summaryrefslogtreecommitdiff
path: root/tests/libtest/lib1915.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/libtest/lib1915.c')
-rw-r--r--tests/libtest/lib1915.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/libtest/lib1915.c b/tests/libtest/lib1915.c
index d1c755abf..4e632d3ab 100644
--- a/tests/libtest/lib1915.c
+++ b/tests/libtest/lib1915.c
@@ -63,7 +63,7 @@ static CURLSTScode hstswrite(CURL *easy, struct curl_hstsentry *e,
{
(void)easy;
(void)userp;
- printf("[%u/%u] %s %s\n", i->index, i->total, e->name, e->expire);
+ printf("[%zu/%zu] %s %s\n", i->index, i->total, e->name, e->expire);
return CURLSTS_OK;
}