]> git.proxmox.com Git - qemu.git/commit
w64: Fix compiler warnings (wrong format specifier)
authorStefan Weil <sw@weilnetz.de>
Sat, 13 Apr 2013 20:45:50 +0000 (22:45 +0200)
committerStefan Hajnoczi <stefanha@redhat.com>
Fri, 19 Apr 2013 09:38:08 +0000 (11:38 +0200)
commit7f1721dfb7d3a9e464ba59a7d5f76761fd8a3ab9
treed0eec2e5c1bedc93e77349b7aafe2c29c9ec59c3
parente1fe50dcb3c86e25ce482a7f67f2ac5405bced8a
w64: Fix compiler warnings (wrong format specifier)

GetLastError() returns a DWORD value which is unsigned long,
so the correct format specifier is %lu.

Signed-off-by: Stefan Weil <sw@weilnetz.de>
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
cpus.c