mirror of
https://github.com/albfan/miraclecast.git
synced 2025-02-12 13:51:55 +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++;
|
||||
}
|
||||
if (" " != *last_delim)
|
||||
if (' ' != *last_delim)
|
||||
count++;
|
||||
return count;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue