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 na...@apache.org on 2006/12/20 10:32:23 UTC

svn commit: r488999 - /webservices/axis2/trunk/c/tools/codegen/src/util/xslt_template_processor.c

Author: nandika
Date: Wed Dec 20 01:32:22 2006
New Revision: 488999

URL: http://svn.apache.org/viewvc?view=rev&rev=488999
Log:
warning fixed

Modified:
    webservices/axis2/trunk/c/tools/codegen/src/util/xslt_template_processor.c

Modified: webservices/axis2/trunk/c/tools/codegen/src/util/xslt_template_processor.c
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/tools/codegen/src/util/xslt_template_processor.c?view=diff&rev=488999&r1=488998&r2=488999
==============================================================================
--- webservices/axis2/trunk/c/tools/codegen/src/util/xslt_template_processor.c (original)
+++ webservices/axis2/trunk/c/tools/codegen/src/util/xslt_template_processor.c Wed Dec 20 01:32:22 2006
@@ -40,7 +40,7 @@
 	xmlDocPtr doc = NULL;
 	xmlDocPtr res = NULL;
 	FILE *out = NULL;
-	char *buf = NULL;
+	xmlChar *buf = NULL;
 	int size = 0;
     /* printf("%s\n --------%s\n\n", xslt_filename, xml_stream); */
 



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