From 09e588662e3bbe84a8da143f0d7d7ad64d6132b0 Mon Sep 17 00:00:00 2001 From: wm4 Date: Sat, 21 Dec 2013 20:08:34 +0100 Subject: options: some more mp_msg conversions --- player/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'player/main.c') diff --git a/player/main.c b/player/main.c index b1d5d8163e..e24f165b6c 100644 --- a/player/main.c +++ b/player/main.c @@ -327,7 +327,7 @@ static int mpv_main(int argc, char *argv[]) exit_player(mpctx, EXIT_ERROR); int r = m_config_parse_mp_command_line(mpctx->mconfig, mpctx->playlist, - argc, argv); + mpctx->global, argc, argv); if (r < 0) { if (r <= M_OPT_EXIT) { exit_player(mpctx, EXIT_NONE); -- cgit v1.2.3