]> git.ozlabs.org Git - ccan/blobdiff - ccan/jmap/test/run-uintidx-type.c
jmap: just use unsigned long, not size_t
[ccan] / ccan / jmap / test / run-uintidx-type.c
index 1dcb8829048adf0f99cf3717f6eb2eb3b50214e2..0dda6eddfb7224ae54a946e02d30d9c17cd32c66 100644 (file)
@@ -12,7 +12,7 @@ int main(int argc, char *argv[])
 {
        struct jmap_foo *map;
        struct foo *foo[NUM], **foop;
-       unsigned int i;
+       unsigned long i;
 
        plan_tests(37 + NUM*2 + 19);
        for (i = 0; i < NUM; i++)