[Geany] Integrated debugger
Yura Siamashka
yurand2 at xxxxx
Tue Feb 19 17:47:49 UTC 2008
Hi
2008/2/19, Jeff Pohlmeyer <yetanothergeek at gmail.com>:
> On Feb 19, 2008 10:25 AM, Jeff Pohlmeyer <yetanothergeek at gmail.com> wrote:
> > On Feb 19, 2008 10:04 AM, Yura Siamashka <yurand2 at gmail.com> wrote:
>
> #if !GLIB_CHECK_VERSION(2, 14, 0)
> static void g_string_append_vprintf (GString *str, const gchar *fmt,
> va_list args)
> {
> gchar *tmp=g_strdup_vprintf(fmt,args);
> g_string_append(str, tmp);
> g_free(tmp);
> }
> #endif
It worked. I have glib 2,12.
Best regards,
Yura Siamashka
More information about the Users
mailing list