mirror of
https://github.com/albfan/miraclecast.git
synced 2025-03-09 23:38:56 +00:00
compare correctly with char
This commit is contained in:
parent
aecd52a354
commit
a67a182a05
1 changed files with 1 additions and 1 deletions
|
@ -591,7 +591,7 @@ int get_args(char* line)
|
||||||
}
|
}
|
||||||
tmp++;
|
tmp++;
|
||||||
}
|
}
|
||||||
if (" " != *last_delim)
|
if (' ' != *last_delim)
|
||||||
count++;
|
count++;
|
||||||
return count;
|
return count;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue