[svn-commits] seanbright: branch 1.6.2 r196951 - in /branches/1.6.2: ./ main/xmldoc.c

SVN commits to the Digium repositories svn-commits at lists.digium.com
Tue May 26 17:47:39 CDT 2009


Author: seanbright
Date: Tue May 26 17:47:35 2009
New Revision: 196951

URL: http://svn.asterisk.org/svn-view/asterisk?view=rev&rev=196951
Log:
Merged revisions 196948 via svnmerge from 
https://origsvn.digium.com/svn/asterisk/trunk

........
  r196948 | seanbright | 2009-05-26 18:43:21 -0400 (Tue, 26 May 2009) | 8 lines
  
  Reset the terminal to the correct fg/bg after XML documenation is rendered.
  
  (closes issue #15200)
  Reported by: ajohnson
  Patches:
        05262009_xmldoc.patch uploaded by seanbright (license 71)
  Tested by: ajohnson
........

Modified:
    branches/1.6.2/   (props changed)
    branches/1.6.2/main/xmldoc.c

Propchange: branches/1.6.2/
------------------------------------------------------------------------------
Binary property 'trunk-merged' - no diff available.

Modified: branches/1.6.2/main/xmldoc.c
URL: http://svn.asterisk.org/svn-view/asterisk/branches/1.6.2/main/xmldoc.c?view=diff&rev=196951&r1=196950&r2=196951
==============================================================================
--- branches/1.6.2/main/xmldoc.c (original)
+++ branches/1.6.2/main/xmldoc.c Tue May 26 17:47:35 2009
@@ -396,7 +396,7 @@
 	}
 
 	if (withcolors) {
-		ast_term_color_code(&colorized, COLOR_BRWHITE, 0);
+		ast_str_append(&colorized, 0, "%s", term_end());
 		if (!colorized) {
 			return NULL;
 		}




More information about the svn-commits mailing list