Uploaded image for project: 'Apache Avro'
  1. Apache Avro
  2. AVRO-954

C++ - Typo in JsonCodec.cc

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • 1.6.0
    • 1.6.3
    • c++

    Description

      JsonCodec.cc has a line that reads: if (isdigit(ch) || '-')
      This doesn't do anything useful, we should change it to read: if (isdigit(ch) || ch == '-')

      Attachments

        1. AVRO-954.patch
          0.5 kB
          Nebojsa Sabovic

        Activity

          People

            nsabovic Nebojsa Sabovic
            nsabovic Nebojsa Sabovic
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: