summaryrefslogtreecommitdiffhomepage
path: root/examples/sso_map.c
diff options
context:
space:
mode:
Diffstat (limited to 'examples/sso_map.c')
-rw-r--r--examples/sso_map.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/sso_map.c b/examples/sso_map.c
index 43bcb40b..a7ee5bb5 100644
--- a/examples/sso_map.c
+++ b/examples/sso_map.c
@@ -10,7 +10,7 @@ int main()
cmap_str_emplace(&m, "Test long ", "This is a longer string.");
c_forpair (k, v, cmap_str, m)
- printf("%s: '%s' Len=%" PRIuMAX ", Is long: %s\n",
+ printf("%s: '%s' Len=%" c_zu ", Is long: %s\n",
cstr_str(_.k), cstr_str(_.v), cstr_size(_.v),
cstr_is_long(_.v)?"true":"false");
}