mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-18 01:28:42 +00:00
parent
b53d1caea0
commit
69252d9911
@ -721,7 +721,7 @@ static void fst_init_core_and_modload(const char *confdir, const char *basedir,
|
|||||||
|
|
||||||
#define fst_xml_body(body) \
|
#define fst_xml_body(body) \
|
||||||
if (fst_tag_body) { \
|
if (fst_tag_body) { \
|
||||||
fst_xml_stream.write_function(&fst_xml_stream "%s", body); \
|
fst_xml_stream.write_function(&fst_xml_stream, "%s", body); \
|
||||||
} else { \
|
} else { \
|
||||||
fst_tag_body = 1; \
|
fst_tag_body = 1; \
|
||||||
fst_xml_stream.write_function(&fst_xml_stream, ">%s", body); \
|
fst_xml_stream.write_function(&fst_xml_stream, ">%s", body); \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user