]> git.proxmox.com Git - qemu.git/commit
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)
commit7b6c73690e4eb5c56abba1904ec71455b28074a3
tree1114752621ff618eb5484dde4fee252180aa0387
parent344eecf6995f4a0ad1d887cec922f6806f91a3f8
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