mirror of
https://github.com/outbackdingo/UltraGrid.git
synced 2026-03-21 12:40:19 +00:00
DShow: small fix
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user