More verbiage.

svn path=/trunk/; revision=6957
This commit is contained in:
Tor Lillqvist 2008-05-29 02:49:29 +00:00
parent fbecd2e8ae
commit 5011dc9878

View File

@ -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>