DShow: small fix

This commit is contained in:
Martin Pulec
2017-02-16 10:50:12 +01:00
parent ea25d80ae1
commit 0ba340ee44

View File

@@ -480,7 +480,7 @@ static bool process_args(struct vidcap_dshow_state *s, char *init_fmt) {
char *strtok_context;
int i = 1;
if (strchr(init_fmt, "=") == NULL) { // positional arguments
if (strchr(init_fmt, '=') == NULL) { // positional arguments
while ((token = strtok_s(init_fmt, ":", &strtok_context)) != NULL) {
init_fmt = NULL;
switch (i) {