]> git.ipfire.org Git - thirdparty/libvirt.git/commit
tools: Fix printf format
authorMichal Privoznik <mprivozn@redhat.com>
Mon, 24 Sep 2018 08:45:44 +0000 (10:45 +0200)
committerMichal Privoznik <mprivozn@redhat.com>
Mon, 24 Sep 2018 11:39:58 +0000 (13:39 +0200)
commit43749000406bef49fbd8fcddefae45414856d50e
treef13b1cfd163399699b41e920b1891718941d744e
parent2585a79e32e8b0d994ab35fd7c641eb9b96632e3
tools: Fix printf format

We're passing size_t but using format for unsigned long.
Introduced in latest vshTable rework patches.

Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
tools/virsh-domain.c
tools/virt-admin.c