Mercurial > audlegacy
changeset 3812:80996bb4213f trunk
Use gchar.
author | Matti Hamalainen <ccr@tnsp.org> |
---|---|
date | Sat, 20 Oct 2007 04:21:33 +0300 |
parents | 61b2da934f95 |
children | a8950cdd2041 |
files | src/audacious/tuple_compiler.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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);