Author: dushshantha
Date: Mon Mar 26 23:19:43 2007
New Revision: 522770
URL: http://svn.apache.org/viewvc?view=rev&rev=522770
Log:
fixed Guththila build break
Modified:
webservices/axis2/trunk/c/guththila/src/guththila_xml_pull_parser.c
Modified: webservices/axis2/trunk/c/guththila/src/guththila_xml_pull_parser.c
URL:
http://svn.apache.org/viewvc/webservices/axis2/trunk/c/guththila/src/guththila_xml_pull_parser.c?view=diff&rev=522770&r1=522769&r2=522770
==============================================================================
--- webservices/axis2/trunk/c/guththila/src/guththila_xml_pull_parser.c
(original)
+++ webservices/axis2/trunk/c/guththila/src/guththila_xml_pull_parser.c Mon Mar
26 23:19:43 2007
@@ -1,5 +1,5 @@
/*
- * Licensed to the Apache Software Foundation (ASF) under one or more
+ * licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
@@ -1327,7 +1327,7 @@
guththila_exception(p_FILE, LINE,
GUTHTHILA_ERROR_REQUESTED_NUMBER_GREATER_THAN_STACK_SIZE);
else
{
- attribute = (guththila_attribute_t *)
axis2_stack_get_atT(parser->attrib, environment, ix - i);
+ attribute = (guththila_attribute_t *)
axis2_stack_get_at(parser->attrib, environment, ix - i);
}
return guththila_token_to_string(environment, attribute->name,
parser->unicode_state);
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]