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

C++ - Typo in JsonCodec.cc

Log workAgile BoardRank to TopRank to BottomAttach filesAttach ScreenshotBulk Copy AttachmentsBulk Move AttachmentsVotersWatch issueWatchersCreate sub-taskConvert to sub-taskMoveLinkCloneLabelsUpdate Comment AuthorReplace String in CommentUpdate Comment VisibilityDelete Comments
    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

        Activity

          This comment will be Viewable by All Users Viewable by All Users
          Cancel

          People

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

            Dates

              Created:
              Updated:
              Resolved:

              Slack

                Issue deployment