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

Timothy Bish moved AMQ-3201 to AMQCPP-357:
------------------------------------------

          Component/s:     (was: CMS (C++ client))
                       Other C++ Clients
    Affects Version/s:     (was: 5.4.2)
                  Key: AMQCPP-357  (was: AMQ-3201)
              Project: ActiveMQ C++ Client  (was: ActiveMQ)

> 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