From 0e686db1da455bb73e07cae52ca50da240f07d76 Mon Sep 17 00:00:00 2001 From: Tyge Løvset <60263450+tylo-work@users.noreply.github.com> Date: Thu, 5 Mar 2020 10:22:42 +0100 Subject: Add files via upload --- cmap_test.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cmap_test.c') diff --git a/cmap_test.c b/cmap_test.c index 7c5e1fad..18d8bdaa 100644 --- a/cmap_test.c +++ b/cmap_test.c @@ -83,7 +83,7 @@ int main() num = cmap_si_get(words, "funny"); if (num) printf("%s: %d\n", num->key.str, num->value); - printf("words size: %d, capacity %d\n", cmap_size(words), cmap_capacity(words)); + printf("words size: %zd, capacity %zd\n", cmap_size(words), cmap_capacity(words)); cmap_si_clear(&words); CVector_s strv = cvector_initializer; -- cgit v1.2.3