X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=tests%2Ftest-hindex.c;h=eb63d9dafa20bd368efeef3ecb852ba186daa769;hb=34582733d9aad82bba60f4bf986b62d58412502a;hp=f0a8b93352f61935688041f63908148dc8dd5875;hpb=4d3daf048134e8c375fdadcec7e51d1dc28fe0b6;p=sliver-openvswitch.git diff --git a/tests/test-hindex.c b/tests/test-hindex.c index f0a8b9335..eb63d9daf 100644 --- a/tests/test-hindex.c +++ b/tests/test-hindex.c @@ -137,7 +137,7 @@ print_hindex(const char *name, struct hindex *hindex) printf("%s:", name); HINDEX_FOR_EACH (e, node, hindex) { - printf(" %d(%zu)", e->value, e->node.hash & hindex->mask); + printf(" %d(%"PRIuSIZE")", e->value, e->node.hash & hindex->mask); } printf("\n"); }