More verbiage.
[platform/upstream/glib.git] / ChangeLog
index 8534dc9..9f6147e 100644 (file)
--- 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  <mitch@imendio.com>