[ 
https://issues.apache.org/jira/browse/AMQCPP-357?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Timothy Bish resolved AMQCPP-357.
---------------------------------

    Resolution: Fixed
      Assignee: Timothy Bish

Fixed in trunk.

> 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
>            Assignee: Timothy Bish
>            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