From 8cd1b33a22bef714e1185bc8e435d68530caac09 Mon Sep 17 00:00:00 2001 From: wm4 Date: Sat, 21 Dec 2013 20:11:45 +0100 Subject: x11: mp_msg conversion for fstype help output --- player/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'player') diff --git a/player/main.c b/player/main.c index 555ae11085..1211a32f39 100644 --- a/player/main.c +++ b/player/main.c @@ -211,7 +211,7 @@ static bool handle_help_options(struct MPContext *mpctx) } #if HAVE_X11 if (opts->vo.fstype_list && strcmp(opts->vo.fstype_list[0], "help") == 0) { - fstype_help(); + fstype_help(log); MP_INFO(mpctx, "\n"); opt_exit = 1; } -- cgit v1.2.3