From 69e272dad707aae1ae99dabdf45bb82d3bf7a905 Mon Sep 17 00:00:00 2001 From: wm4 Date: Wed, 18 Sep 2013 20:03:40 +0200 Subject: af_export: fix compilation warning Blargh. --- audio/filter/af_export.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'audio') diff --git a/audio/filter/af_export.c b/audio/filter/af_export.c index 3a6f808a34..c276d1c3e8 100644 --- a/audio/filter/af_export.c +++ b/audio/filter/af_export.c @@ -100,8 +100,7 @@ static int control(struct af_instance* af, int cmd, void* arg) s->buf[i] = (uint8_t *)s->buf[0] + i*s->sz*af->data->bps; if (!s->filename) { - mp_msg(MSGT_AFILTER, MSGL_FATAL, "[export] No filename set.\n", - s->filename); + mp_msg(MSGT_AFILTER, MSGL_FATAL, "[export] No filename set.\n"); return AF_ERROR; } -- cgit v1.2.3