aboutsummaryrefslogtreecommitdiffstats
path: root/main/xmldoc.c
diff options
context:
space:
mode:
authorseanbright <seanbright@f38db490-d61c-443f-a65b-d21fe96a405b>2010-07-27 22:30:38 +0000
committerseanbright <seanbright@f38db490-d61c-443f-a65b-d21fe96a405b>2010-07-27 22:30:38 +0000
commitee08ff3d353d33c08741cbf1f25c0a6f31d37da4 (patch)
tree2f45bd7a37f60dff2947af5cbf3447c4e02e73c1 /main/xmldoc.c
parent2c79b41903b9483e57ab646e1016a355a04c3df2 (diff)
Revert r280019 for now - This was poorly executed.
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.8@280020 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'main/xmldoc.c')
-rw-r--r--main/xmldoc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/xmldoc.c b/main/xmldoc.c
index 626f6ffe3..04b5a067f 100644
--- a/main/xmldoc.c
+++ b/main/xmldoc.c
@@ -398,7 +398,7 @@ char *ast_xmldoc_printable(const char *bwinput, int withcolors)
}
if (withcolors) {
- ast_str_append(&colorized, 0, "%s", ast_term_end());
+ ast_str_append(&colorized, 0, "%s", term_end());
if (!colorized) {
return NULL;
}