mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-03-13 20:50:41 +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 (!esc) {
|
||||||
if (*ptr == '\'') {
|
if (*ptr == '\'') {
|
||||||
inside_quotes = (1 - inside_quotes);
|
if ((inside_quotes = (1 - inside_quotes))) {
|
||||||
|
end = dest;
|
||||||
|
}
|
||||||
} else {
|
} else {
|
||||||
*dest++ = *ptr;
|
*dest++ = *ptr;
|
||||||
if (*ptr != ' ' || inside_quotes) {
|
if (*ptr != ' ' || inside_quotes) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user