mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-14 08:05:37 +00:00
fix regression from 6b6c83a7180afa31a6bf0b2ea6a04a0b316652f4
This commit is contained in:
parent
b04e4be512
commit
f4e55fb187
@ -2458,7 +2458,7 @@ static char *switch_xml_toxml_r(switch_xml_t xml, char **s, switch_size_t *len,
|
||||
*len += sprintf(*s + *len, "%s", XML_INDENT); /* indent */
|
||||
}
|
||||
}
|
||||
*len += sprintf(*s + (*len), "</%s>", xml->name); /* close tag */
|
||||
*len += sprintf(*s + (*len), "</%s>\n", xml->name); /* close tag */
|
||||
}
|
||||
|
||||
while (txt[off] && off < xml->off)
|
||||
|
Loading…
x
Reference in New Issue
Block a user