Re: [libvirt PATCH v2 54/56] src: ensure use of g_printf / g_fprintf functions

2020-01-31 Thread Pavel Hrdina
On Tue, Jan 28, 2020 at 01:11:35PM +, Daniel P. Berrangé wrote: > The printf/fprintf function impls provided on Windows do > not follow the normal syntax for format specifiers as > the UNIX hosts. Currently we use GNULIB to provide a > portability fix for this. GLib has also imported the > GNUL

[libvirt PATCH v2 54/56] src: ensure use of g_printf / g_fprintf functions

2020-01-28 Thread Daniel P . Berrangé
The printf/fprintf function impls provided on Windows do not follow the normal syntax for format specifiers as the UNIX hosts. Currently we use GNULIB to provide a portability fix for this. GLib has also imported the GNULIB impl for this same reason, and thus we can rely on the g_printf / g_fprintf