mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-02-02 01:45:17 +00:00
build: fix 32-bit test failure
Same fix as commit 1fc288e1e25. * tests/hashtest.c (testHashRemoveForEach): Use correct format.
This commit is contained in:
parent
1671d1dc78
commit
8a6e30f124
@ -360,7 +360,7 @@ testHashForEach(const void *data ATTRIBUTE_UNUSED)
|
||||
if (count != ARRAY_CARDINALITY(uuids)) {
|
||||
if (virTestGetVerbose()) {
|
||||
testError("\nvirHashForEach didn't go through all entries,"
|
||||
" %d != %lu\n",
|
||||
" %d != %zu\n",
|
||||
count, ARRAY_CARDINALITY(uuids));
|
||||
}
|
||||
goto cleanup;
|
||||
|
Loading…
x
Reference in New Issue
Block a user