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 du...@apache.org on 2007/03/29 10:55:00 UTC

svn commit: r523630 - /webservices/axis2/trunk/c/xml_schema/src/xml_schema_derivation_method.c

Author: dushshantha
Date: Thu Mar 29 01:54:59 2007
New Revision: 523630

URL: http://svn.apache.org/viewvc?view=rev&rev=523630
Log:
corrected axis2_strdup function call

Modified:
    webservices/axis2/trunk/c/xml_schema/src/xml_schema_derivation_method.c

Modified: webservices/axis2/trunk/c/xml_schema/src/xml_schema_derivation_method.c
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/xml_schema/src/xml_schema_derivation_method.c?view=diff&rev=523630&r1=523629&r2=523630
==============================================================================
--- webservices/axis2/trunk/c/xml_schema/src/xml_schema_derivation_method.c (original)
+++ webservices/axis2/trunk/c/xml_schema/src/xml_schema_derivation_method.c Thu Mar 29 01:54:59 2007
@@ -139,7 +139,7 @@
             axis2_strdup(env, XML_SCHEMA_CONST_SUBSTITUTION));
 
     axis2_array_list_add(derivation_method_impl->members, env,
-            axis2_strdup(XML_SCHEMA_CONST_UNION, env));
+            axis2_strdup(env, XML_SCHEMA_CONST_UNION));
 
 
     derivation_method_impl->schema_enum =



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