0
0
mirror of https://github.com/mpv-player/mpv.git synced 2024-09-20 12:02:23 +02:00

input: fix parsing multiple input command prefixes

This commit is contained in:
Philip Sequeira 2016-04-17 02:09:54 -04:00 committed by wm4
parent d797f7def9
commit 1f1117d0dd

View File

@ -273,7 +273,6 @@ static struct mp_cmd *parse_cmd_str(struct mp_log *log, void *tmp,
break;
if (pctx_read_token(ctx, &cur_token) < 0)
goto error;
break;
}
if (!find_cmd(ctx->log, cmd, cur_token))