$NetBSD: patch-ac,v 1.6 2003/08/27 09:06:13 wiz Exp $ --- tests/patterntest.c.orig Tue Aug 19 15:43:56 2003 +++ tests/patterntest.c @@ -31,8 +31,10 @@ static void verbose (const gchar *format, ...) { va_list args; + gchar *msg; + va_start (args, format); - gchar *msg = g_strdup_vprintf (format, args); + msg = g_strdup_vprintf (format, args); va_end (args); if (noisy) g_print (msg);