[svn-commits] eliel: branch group/appdocsxml r151511 - /team/group/appdocsxml/main/pbx.c

SVN commits to the Digium repositories svn-commits at lists.digium.com
Wed Oct 22 10:00:00 CDT 2008


Author: eliel
Date: Wed Oct 22 10:00:00 2008
New Revision: 151511

URL: http://svn.digium.com/view/asterisk?view=rev&rev=151511
Log:
All the languages are 5 chars long xx_YY so, reduce the buffer.


Modified:
    team/group/appdocsxml/main/pbx.c

Modified: team/group/appdocsxml/main/pbx.c
URL: http://svn.digium.com/view/asterisk/team/group/appdocsxml/main/pbx.c?view=diff&rev=151511&r1=151510&r2=151511
==============================================================================
--- team/group/appdocsxml/main/pbx.c (original)
+++ team/group/appdocsxml/main/pbx.c Wed Oct 22 10:00:00 2008
@@ -835,7 +835,7 @@
  *         word, trying to find a space or a \n. */
 static const int xmldoc_max_diff = 5;
 /*! \brief XML documentation language. */
-static char documentation_language[80];
+static char documentation_language[6];
 /*! \brief XML documentation tree, here we will allocate the pointers to the
  *         ast_xml_docs open. */
 struct documentation_tree {




More information about the svn-commits mailing list