mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-03-13 12:40:17 +00:00
FS-3099 --resolve
This commit is contained in:
parent
7b1097e356
commit
f3a42258d6
@ -1869,7 +1869,9 @@ static char *cleanup_separated_string(char *str, char delim)
|
||||
}
|
||||
if (!esc) {
|
||||
if (*ptr == '\'') {
|
||||
inside_quotes = (1 - inside_quotes);
|
||||
if ((inside_quotes = (1 - inside_quotes))) {
|
||||
end = dest;
|
||||
}
|
||||
} else {
|
||||
*dest++ = *ptr;
|
||||
if (*ptr != ' ' || inside_quotes) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user