Uploaded image for project: 'ActiveMQ C++ Client'
  1. ActiveMQ C++ Client
  2. AMQCPP-357

Typo in CMS_BytesMessage.cpp

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Minor
    • Resolution: Fixed
    • None
    • None
    • Other C++ Clients
    • None
    • Patch Available

    Description

      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.

      Attachments

        1. bytes.patch
          0.4 kB
          Steven A. Falco

        Activity

          People

            tabish Timothy A. Bish
            sfalco@coincident.com Steven A. Falco
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: