You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@activemq.apache.org by "Steven A. Falco (JIRA)" <ji...@apache.org> on 2011/03/05 18:12:46 UTC

[jira] Commented: (AMQCPP-357) Typo in CMS_BytesMessage.cpp

    [ https://issues.apache.org/jira/browse/AMQCPP-357?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13003005#comment-13003005 ] 

Steven A. Falco commented on AMQCPP-357:
----------------------------------------


I'm new to this - is there a way to move the issue or do I re-enter it?

	Steve




> Typo in CMS_BytesMessage.cpp
> ----------------------------
>
>                 Key: AMQCPP-357
>                 URL: https://issues.apache.org/jira/browse/AMQCPP-357
>             Project: ActiveMQ C++ Client
>          Issue Type: Bug
>          Components: Other C++ Clients
>            Reporter: Steven A. Falco
>            Priority: Minor
>         Attachments: bytes.patch
>
>
> There is a typo in src/main/c/CMS_BytesMessage.cpp from the activemq-c project.
> Replace
> if( readCount != -1 ) {
> with
> if( readCount == -1 ) {
> As it is now, the function always returns error 14.

-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira