Yeah, it doesn't work this way... Please look away.
This commit is contained in:
wm4 2013-05-18 17:52:17 +02:00
parent 228c3d209c
commit ad8aae1708
1 changed files with 1 additions and 1 deletions

View File

@ -2205,7 +2205,7 @@ static int parse_obj_settings_list(const m_option_t *opt, struct bstr name,
num++;
}
if (op != OP_NONE && param.len == 0)
if (op != OP_NONE && num == 0)
return M_OPT_MISSING_PARAM;
if (dst) {