glib bug on windows?
- From: Hubert Sokołowski <h sokolowski wsisiz edu pl>
- To: "gtk-app-devel-list gnome org" <gtk-app-devel-list gnome org>
- Subject: glib bug on windows?
- Date: Wed, 27 Jul 2005 15:12:11 +0200
Hi!
I have found a problem in windows version of glib 2.4.7.
in code
va_start (args, fmt);
in = g_strdup_vprintf (fmt, args);
va_end (args);
when fmt is for example "blablabla 100\%" the pointer 'in' is NULL,
when fmt is for example "blablabla %c",'%' the problem does not occure.
could this be a bug in g_strdup_vprintf or somewhere else?
regards
hs
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]