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/01/31 05:07:47 UTC

svn commit: r373692 - /webservices/axis2/trunk/c/modules/xml/parser/libxml2/libxml2_reader_wrapper.c

Author: nandika
Date: Mon Jan 30 20:07:42 2006
New Revision: 373692

URL: http://svn.apache.org/viewcvs?rev=373692&view=rev
Log: (empty)

Modified:
    webservices/axis2/trunk/c/modules/xml/parser/libxml2/libxml2_reader_wrapper.c

Modified: webservices/axis2/trunk/c/modules/xml/parser/libxml2/libxml2_reader_wrapper.c
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/c/modules/xml/parser/libxml2/libxml2_reader_wrapper.c?rev=373692&r1=373691&r2=373692&view=diff
==============================================================================
--- webservices/axis2/trunk/c/modules/xml/parser/libxml2/libxml2_reader_wrapper.c (original)
+++ webservices/axis2/trunk/c/modules/xml/parser/libxml2/libxml2_reader_wrapper.c Mon Jan 30 20:07:42 2006
@@ -107,7 +107,7 @@
                                             
 void 
 axis2_libxml2_reader_wrapper_error_handler(void *arg, 
-                                           char *msg, 
+                                           const char *msg, 
                                            int severities, 
                                            void *locator_ptr);                                            
                                             
@@ -808,9 +808,10 @@
                                            int severities,
                                            void *locator_ptr)
 {
+    axis2_char_t error_msg[200]; 
     axis2_env_t *env = NULL;
     env = (axis2_env_t*)arg;
-    axis2_char_t error_msg[200];        
+           
     switch(severities)
     {
         case XML_PARSER_SEVERITY_VALIDITY_WARNING :