]> git.ipfire.org Git - thirdparty/libvirt.git/commit
storage/rbd: Use correct printf-modifier for uint64
authorChristophe Fergeau <cfergeau@redhat.com>
Mon, 14 Mar 2016 10:41:05 +0000 (11:41 +0100)
committerCole Robinson <crobinso@redhat.com>
Fri, 25 Mar 2016 13:04:46 +0000 (09:04 -0400)
commit7114c5ff25b91f21f92a076ffaba80308b87e2d0
tree2751c03977553a1d02a2390dd3d25546e61f663f
parentee70fe7e1487f4047313f87555bd496f97719093
storage/rbd: Use correct printf-modifier for uint64

%zu is for size_t variables, not uint64 ones. This causes a warning when building on
a 32 bit linux.
src/storage/storage_backend_rbd.c