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 du...@apache.org on 2007/03/27 08:19:44 UTC

svn commit: r522770 - /webservices/axis2/trunk/c/guththila/src/guththila_xml_pull_parser.c

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: axis-cvs-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-cvs-help@ws.apache.org