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

Timothy Bish commented on AMQCPP-357:
-------------------------------------

Moved it for you, thanks

> 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

        

Reply via email to