mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-06-04 20:26:01 +00:00
FSCORE-537
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16514 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
b772e731a9
commit
e92fd63539
@ -490,7 +490,7 @@ static char *switch_xml_decode(char *s, char **ent, char t)
|
|||||||
}
|
}
|
||||||
|
|
||||||
for (s = r;;) {
|
for (s = r;;) {
|
||||||
while (*s && *s != '&' && (*s != '%' || t != '%') && !isspace((int) (*s)))
|
while (*s && *s != '&' && (*s != '%' || t != '%') && !isspace((unsigned char) (*s)))
|
||||||
s++;
|
s++;
|
||||||
|
|
||||||
if (!*s)
|
if (!*s)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user