You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by pi...@apache.org on 2007/11/23 04:10:00 UTC

svn commit: r597528 - /webservices/axis2/trunk/c/guththila/src/guththila_xml_writer.c

Author: pini
Date: Thu Nov 22 19:09:59 2007
New Revision: 597528

URL: http://svn.apache.org/viewvc?rev=597528&view=rev
Log:
Fixing jira issue 772. 

Modified:
    webservices/axis2/trunk/c/guththila/src/guththila_xml_writer.c

Modified: webservices/axis2/trunk/c/guththila/src/guththila_xml_writer.c
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/guththila/src/guththila_xml_writer.c?rev=597528&r1=597527&r2=597528&view=diff
==============================================================================
--- webservices/axis2/trunk/c/guththila/src/guththila_xml_writer.c (original)
+++ webservices/axis2/trunk/c/guththila/src/guththila_xml_writer.c Thu Nov 22 19:09:59 2007
@@ -59,7 +59,7 @@
 #else   /*  */
 #ifndef GUTHTHILA_WRITER_CLEAR_NAMESP 
 #define GUTHTHILA_WRITER_CLEAR_NAMESP(wr, stack_namesp, _no, counter, _namesp, j, _env)		\
-    for (counter = GUTHTHILA_STACK_TOP_INDEX(*stack_namesp); counter >= _no; counter--) { \
+    for (counter = GUTHTHILA_STACK_TOP_INDEX(*stack_namesp); counter >= _no + 1; counter--) { \
     _namesp = (guththila_xml_writer_namesp_t *) guththila_stack_pop(stack_namesp, _env); \
     if (_namesp) { \
         for (j = 0; j < _namesp->no - 1; j++) { \



---------------------------------------------------------------------
To unsubscribe, e-mail: axis-cvs-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-cvs-help@ws.apache.org