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/19 04:41:08 UTC

svn commit: r519818 - /webservices/axis2/trunk/c/woden/src/schema/woden_imported_schema.c

Author: dushshantha
Date: Sun Mar 18 20:41:07 2007
New Revision: 519818

URL: http://svn.apache.org/viewvc?view=rev&rev=519818
Log:
Fixed woden build break.

Modified:
    webservices/axis2/trunk/c/woden/src/schema/woden_imported_schema.c

Modified: webservices/axis2/trunk/c/woden/src/schema/woden_imported_schema.c
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/woden/src/schema/woden_imported_schema.c?view=diff&rev=519818&r1=519817&r2=519818
==============================================================================
--- webservices/axis2/trunk/c/woden/src/schema/woden_imported_schema.c (original)
+++ webservices/axis2/trunk/c/woden/src/schema/woden_imported_schema.c Sun Mar 18 20:41:07 2007
@@ -109,8 +109,7 @@
 /************************End of Woden C Internal Methods***********************/
 
 static woden_imported_schema_t *
-create(
-    const axis2_env_t *env)
+create(const axis2_env_t *env)
 {
     woden_imported_schema_impl_t *schema_impl = NULL;
 
@@ -340,7 +339,7 @@
         axis2_uri_free(schema_impl->f_schema_location, env);
         schema_impl->f_schema_location = NULL;
     }
-    schema_impl->f_schema_location = AXIS2_URI_CLONE(location, env);
+    schema_impl->f_schema_location = axis2_uri_clone(location, env);
     return AXIS2_SUCCESS;
 }
 



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