You are viewing a plain text version of this content. The canonical link for it is here.
Posted to axis-cvs@ws.apache.org by da...@apache.org on 2005/10/06 14:44:13 UTC

svn commit: r306610 - /webservices/axis2/trunk/c/modules/xml/om/src/axis2_stax_ombuilder.c

Author: damitha
Date: Thu Oct  6 05:43:42 2005
New Revision: 306610

URL: http://svn.apache.org/viewcvs?rev=306610&view=rev
Log: (empty)

Modified:
    webservices/axis2/trunk/c/modules/xml/om/src/axis2_stax_ombuilder.c

Modified: webservices/axis2/trunk/c/modules/xml/om/src/axis2_stax_ombuilder.c
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/c/modules/xml/om/src/axis2_stax_ombuilder.c?rev=306610&r1=306609&r2=306610&view=diff
==============================================================================
--- webservices/axis2/trunk/c/modules/xml/om/src/axis2_stax_ombuilder.c (original)
+++ webservices/axis2/trunk/c/modules/xml/om/src/axis2_stax_ombuilder.c Thu Oct  6 05:43:42 2005
@@ -157,11 +157,7 @@
 	}
 	
 	token = XML_PullParser_next (builder->parser);
-	 if(token = -1)
-    {
-        builder->done = TRUE;
-        return 0;
-    }
+
 	if(!(builder->cache))
 	{
 		return token;