Return-Path: Delivered-To: apmail-ws-axis-dev-archive@www.apache.org Received: (qmail 61193 invoked from network); 4 Dec 2007 07:02:58 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 4 Dec 2007 07:02:58 -0000 Received: (qmail 58306 invoked by uid 500); 4 Dec 2007 07:02:46 -0000 Delivered-To: apmail-ws-axis-dev-archive@ws.apache.org Received: (qmail 58205 invoked by uid 500); 4 Dec 2007 07:02:46 -0000 Mailing-List: contact axis-cvs-help@ws.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list axis-cvs@ws.apache.org Received: (qmail 58194 invoked by uid 500); 4 Dec 2007 07:02:46 -0000 Delivered-To: apmail-ws-axis2-cvs@ws.apache.org Received: (qmail 58191 invoked by uid 99); 4 Dec 2007 07:02:46 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 03 Dec 2007 23:02:46 -0800 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO eris.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 04 Dec 2007 07:02:56 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 084B11A983A; Mon, 3 Dec 2007 23:02:35 -0800 (PST) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r600809 - /webservices/axis2/trunk/c/guththila/src/guththila_xml_parser.c Date: Tue, 04 Dec 2007 07:02:34 -0000 To: axis2-cvs@ws.apache.org From: dushshantha@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20071204070235.084B11A983A@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: dushshantha Date: Mon Dec 3 23:02:31 2007 New Revision: 600809 URL: http://svn.apache.org/viewvc?rev=600809&view=rev Log: fixed windows build break 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=600809&r1=600808&r2=600809&view=diff ============================================================================== --- webservices/axis2/trunk/c/guththila/src/guththila_xml_parser.c (original) +++ webservices/axis2/trunk/c/guththila/src/guththila_xml_parser.c Mon Dec 3 23:02:31 2007 @@ -367,6 +367,8 @@ guththila_namespace_t * namesp = NULL; guththila_attr_t * attr = NULL; guththila_element_t* elem = NULL; + guththila_elem_namesp_t * e_namesp = NULL; + if (m->prefix) { guththila_tok_list_release_token(&m->tokens, m->prefix, env); @@ -440,8 +442,7 @@ } } #else /* */ - guththila_elem_namesp_t * e_namesp = NULL; - + size = GUTHTHILA_STACK_SIZE(m->namesp); for (i = 0; i < size; i++) { @@ -495,6 +496,8 @@ guththila_namespace_t * namesp = NULL; guththila_attr_t * attr = NULL; guththila_element_t* elem = NULL; + guththila_elem_namesp_t * e_namesp = NULL; + if (m->prefix) { guththila_tok_list_release_token(&m->tokens, m->prefix, env); @@ -552,7 +555,7 @@ } } #else /* */ - guththila_elem_namesp_t * e_namesp = NULL; + size = GUTHTHILA_STACK_SIZE(m->namesp); for (i = 0; i < size; i++) --------------------------------------------------------------------- To unsubscribe, e-mail: axis-cvs-unsubscribe@ws.apache.org For additional commands, e-mail: axis-cvs-help@ws.apache.org