X-Git-Url: https://git.distorted.org.uk/~mdw/mLib/blobdiff_plain/7cf5c72a6d353ed5a7e340562c11e54c21c85e5e..374bb459369d47f598d1b07f6237f24abd0d52c6:/struct/t/assoc-test.c diff --git a/struct/t/assoc-test.c b/struct/t/assoc-test.c index 05a05d9..bd1bab4 100644 --- a/struct/t/assoc-test.c +++ b/struct/t/assoc-test.c @@ -58,7 +58,7 @@ int main(void) } else puts("*MISSING*"); } else if (strcmp(p, "count") == 0) { - printf("%i\n", n); + printf("%lu\n", (unsigned long)n); } else if (strcmp(p, "show") == 0) { assoc_iter i; word *w;