From cdcd0eb9d6ed7ff996e644102fbbeb262bd9a4e6 Mon Sep 17 00:00:00 2001 From: shankar Date: Thu, 8 Apr 2010 03:04:12 +0000 Subject: Fixing 64bit compilation issue git-svn-id: http://svn.apache.org/repos/asf/axis/axis2/c/core/trunk@931763 13f79535-47bb-0310-9956-ffa450edef68 --- guththila/src/guththila_xml_parser.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'guththila/src/guththila_xml_parser.c') diff --git a/guththila/src/guththila_xml_parser.c b/guththila/src/guththila_xml_parser.c index 7d61254..07c9cd5 100644 --- a/guththila/src/guththila_xml_parser.c +++ b/guththila/src/guththila_xml_parser.c @@ -484,7 +484,7 @@ guththila_token_evaluate_references( guththila_char_t *p = start; guththila_char_t *q = NULL; guththila_char_t *entity = NULL; - int entity_len = 0; + size_t entity_len = 0; while(p < end && *p != '&') { -- cgit v1.1-32-gdbae