From 5011dc98788c29a4326e09f55a645ce0f5c2f69e Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Thu, 29 May 2008 02:49:29 +0000 Subject: [PATCH] More verbiage. svn path=/trunk/; revision=6957 --- ChangeLog | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 8534dc9..9f6147e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,8 +2,8 @@ * glib/gnulib/printf-args.c (printf_fetchargs): wint_t is short on Windows, and gcc warns: "wint_t is promoted to int when passed - through ... (so you should pass int not wint_t to va_arg)." So do - that then. + through ... (so you should pass int not wint_t to va_arg)." And + indeed g_print("%C", L'a') crashes. So do as gcc says then. 2008-05-28 Michael Natterer -- 2.7.4