]> git.ipfire.org Git - thirdparty/libvirt.git/commit
util: Do not use PRIx64 macro
authorOsier Yang <jyang@redhat.com>
Fri, 10 Feb 2012 11:21:53 +0000 (19:21 +0800)
committerOsier Yang <jyang@redhat.com>
Fri, 10 Feb 2012 11:21:53 +0000 (19:21 +0800)
commit2bcfd5b106b229c8baf32e302f29d52ee7921915
treec1ba8900c1219cfb9682c13b6fd0f4f5f6aae11d
parent6d514728cc88a0df4c2d334c771fdd9122f46b15
util: Do not use PRIx64 macro

It breaks the build on Mingw32,  because PRIx64 is coming
from the Win32 headers, but virAsprintf uses the gnulib printf.
src/util/virrandom.c