You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-dev@axis.apache.org by "Frank Huebbers (JIRA)" <ji...@apache.org> on 2008/03/06 16:24:58 UTC

[jira] Created: (AXIS2C-1045) typdef define typo

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


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


[jira] Resolved: (AXIS2C-1045) typdef define typo

Posted by "Senaka Fernando (JIRA)" <ji...@apache.org>.
     [ 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: axis-c-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-c-dev-help@ws.apache.org