From 5c332bb3950856c09ad6fe3f89763aa9f1f896b2 Mon Sep 17 00:00:00 2001 From: reimar Date: Wed, 19 Apr 2006 15:50:37 +0000 Subject: also print an error when parsing fails with M_OPT_INVALID or M_OPT_PARSER_ERR. fixes MPlayer exiting without message for e.g. "mplayer -ao" git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18149 b3059339-0415-0410-9bf9-f77b7e298cf2 --- parser-mecmd.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'parser-mecmd.c') diff --git a/parser-mecmd.c b/parser-mecmd.c index 9070f9890a..65eabdd85a 100644 --- a/parser-mecmd.c +++ b/parser-mecmd.c @@ -97,8 +97,10 @@ m_config_parse_me_command_line(m_config_t *config, int argc, char **argv) opt_exit = 1; tmp = M_OPT_EXIT - tmp; } + else if(tmp < 0){ // mp_msg(MSGT_CFGPARSER, MSGL_ERR, "m_config_set_option() failed (%d)\n",tmp); + mp_msg(MSGT_CFGPARSER, MSGL_ERR, "Error parsing option on the command line: -%s\n",opt); goto err_out; } } else { -- cgit v1.2.3