spice-qemu-char.c: Use correct printf format char for ssize_t
authorPeter Maydell <peter.maydell@linaro.org>
Tue, 9 Aug 2011 22:04:35 +0000 (23:04 +0100)
committerGerd Hoffmann <kraxel@redhat.com>
Wed, 7 Sep 2011 07:20:09 +0000 (09:20 +0200)
commit14d6da90b112a4769140028e3fee8cfb1ec93590
tree1114752621ff618eb5484dde4fee252180aa0387
parent8e3c32714919b547face0bb0d7829a79e3d0a39d
spice-qemu-char.c: Use correct printf format char for ssize_t

Use the correct printf format string character (%z) for ssize_t.
This fixes a compile failure on 32 bit Linux with spice enabled.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
spice-qemu-char.c