# HG changeset patch # User Matti Hamalainen # Date 1192843293 -10800 # Node ID 80996bb4213fd20b3b9d3fe2bea16484ea261891 # Parent 61b2da934f95b658165c4ff1622ad8fabe00bb31 Use gchar. diff -r 61b2da934f95 -r 80996bb4213f src/audacious/tuple_compiler.c --- a/src/audacious/tuple_compiler.c Fri Oct 19 16:25:18 2007 +0300 +++ b/src/audacious/tuple_compiler.c Sat Oct 20 04:21:33 2007 +0300 @@ -37,7 +37,7 @@ #define MIN_ALLOC_BUF (64) -void tuple_error(TupleEvalContext *ctx, const char *fmt, ...) +void tuple_error(TupleEvalContext *ctx, const gchar *fmt, ...) { va_list ap; g_free(ctx->errmsg);