diff --git a/parser-mpcmd.c b/parser-mpcmd.c index 03560889ef..c407dec03d 100644 --- a/parser-mpcmd.c +++ b/parser-mpcmd.c @@ -238,7 +238,7 @@ m_config_parse_mp_command_line(m_config_t *config, int argc, char **argv) m_option_t* mp_opt = NULL; play_tree_t* entry = NULL; - tmp = (i+1 0) { // It's an entry if(entry) { add_entry(entry); @@ -254,7 +254,7 @@ m_config_parse_mp_command_line(m_config_t *config, int argc, char **argv) tmp = (i+1= 0 && mode != DROP_LOCAL) { play_tree_t* pt = last_entry ? last_entry : last_parent; play_tree_set_param(pt,opt, argv[i + 1]);