[
https://issues.apache.org/jira/browse/AXIS2C-1045?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Senaka Fernando resolved AXIS2C-1045.
-------------------------------------
Resolution: Fixed
Fix Version/s: Current (Nightly)
Assignee: Senaka Fernando
Fixed Issue
> typdef define typo
> ------------------
>
> Key: AXIS2C-1045
> URL: https://issues.apache.org/jira/browse/AXIS2C-1045
> Project: Axis2-C
> Issue Type: Bug
> Components: guththila
> Reporter: Frank Huebbers
> Assignee: Senaka Fernando
> Fix For: Current (Nightly)
>
> Original Estimate: 0.02h
> Remaining Estimate: 0.02h
>
> Hi,
> in the guththila_defines.h is a typo. What I see there is:
> #ifndef GUTHTHILA_TURE
> #define GUTHTHILA_TRUE 1
> #endif
> what it should read instead is probably
> #ifndef GUTHTHILA_TRUE
> #define GUTHTHILA_TRUE 1
> #endif
> See link below for source code:
> http://svn.apache.org/viewvc/webservices/axis2/trunk/c/guththila/include/guththila_defines.h?revision=586547&view=markup
> Frank
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]