]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Fix compile on i686.
authorChris Lalancette <clalance@redhat.com>
Fri, 16 Jul 2010 13:14:53 +0000 (09:14 -0400)
committerChris Lalancette <clalance@redhat.com>
Fri, 16 Jul 2010 13:14:53 +0000 (09:14 -0400)
commitee41ba665be4282eed3911c60679c036bae31dd6
treef803afc0913f4ea2370219b393228cac70247a80
parentac475b9f83818e86515bca7766112ae04f41dfca
Fix compile on i686.

When printing out size_t, we need to use %zu to make sure it
will continue to compile on both 32-bit and 64-bit platforms.

Signed-off-by: Chris Lalancette <clalance@redhat.com>
tools/virsh.c