mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-04 20:25:29 +00:00
Revert r280019 for now - This was poorly executed.
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.8@280020 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user