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 pi...@apache.org on 2006/12/20 12:11:11 UTC

svn commit: r489043 - /webservices/axis2/tags/c/0.96/tools/codegen/src/util/xslt_template_processor.c

Author: pini
Date: Wed Dec 20 03:11:10 2006
New Revision: 489043

URL: http://svn.apache.org/viewvc?view=rev&rev=489043
Log:
Fixed a warning

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

Modified: webservices/axis2/tags/c/0.96/tools/codegen/src/util/xslt_template_processor.c
URL: http://svn.apache.org/viewvc/webservices/axis2/tags/c/0.96/tools/codegen/src/util/xslt_template_processor.c?view=diff&rev=489043&r1=489042&r2=489043
==============================================================================
--- webservices/axis2/tags/c/0.96/tools/codegen/src/util/xslt_template_processor.c (original)
+++ webservices/axis2/tags/c/0.96/tools/codegen/src/util/xslt_template_processor.c Wed Dec 20 03:11:10 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