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 sh...@apache.org on 2009/12/17 09:53:40 UTC

svn commit: r891587 - /webservices/axis2/trunk/c/src/core/deployment/conf_init.c

Author: shankar
Date: Thu Dec 17 08:53:40 2009
New Revision: 891587

URL: http://svn.apache.org/viewvc?rev=891587&view=rev
Log:
fixing compilation issue in linux

Modified:
    webservices/axis2/trunk/c/src/core/deployment/conf_init.c

Modified: webservices/axis2/trunk/c/src/core/deployment/conf_init.c
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/src/core/deployment/conf_init.c?rev=891587&r1=891586&r2=891587&view=diff
==============================================================================
--- webservices/axis2/trunk/c/src/core/deployment/conf_init.c (original)
+++ webservices/axis2/trunk/c/src/core/deployment/conf_init.c Thu Dec 17 08:53:40 2009
@@ -138,7 +138,7 @@
 	{
 		/** only the xml file name is provided. Assume the default repo path */
 		repos_path = AXIS2_GETENV("AXIS2C_HOME");
-		xmlfile = file;
+		xmlfile = (axis2_char_t*)file;
 	}else
 	{
 		xmlfile = index+1;