
31 Jan
2020
31 Jan
'20
4:22 p.m.
On Tue, Jan 28, 2020 at 01:11:35PM +0000, 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 GNULIB impl for this same reason, and thus we can rely on the g_printf / g_fprintf functions.
This identified a couple of places not explicitly linking to glib.
Signed-off-by: Daniel P. Berrangé <berrange@redhat.com> --- src/internal.h | 14 ++++++++++++++ src/locking/Makefile.inc.am | 5 ++++- 2 files changed, 18 insertions(+), 1 deletion(-)
Reviewed-by: Pavel Hrdina <phrdina@redhat.com>