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/09/09 07:23:26 UTC

svn commit: r812775 - /webservices/axis2/trunk/c/guththila/src/guththila_xml_parser.c

Author: shankar
Date: Wed Sep  9 05:23:25 2009
New Revision: 812775

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

Modified:
    webservices/axis2/trunk/c/guththila/src/guththila_xml_parser.c

Modified: webservices/axis2/trunk/c/guththila/src/guththila_xml_parser.c
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/guththila/src/guththila_xml_parser.c?rev=812775&r1=812774&r2=812775&view=diff
==============================================================================
--- webservices/axis2/trunk/c/guththila/src/guththila_xml_parser.c (original)
+++ webservices/axis2/trunk/c/guththila/src/guththila_xml_parser.c Wed Sep  9 05:23:25 2009
@@ -1608,7 +1608,7 @@
      * */
     if(m->reader->type == GUTHTHILA_MEMORY_READER)
     {
-        int index = m->next++;
+        size_t index = m->next++;
         if(index < m->buffer.data_size[0])
         {
             return m->buffer.buff[0][index];