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

Thiruvalluvan M. G. updated AVRO-954:
-------------------------------------

    Resolution: Fixed
        Status: Resolved  (was: Patch Available)

Committed revision 1328833.

After adjusting for the recent changes in change in location of Json code. 
Thank you Nebojsa Sabovic
                
> C++ - Typo in JsonCodec.cc
> --------------------------
>
>                 Key: AVRO-954
>                 URL: https://issues.apache.org/jira/browse/AVRO-954
>             Project: Avro
>          Issue Type: Bug
>          Components: c++
>    Affects Versions: 1.6.0
>            Reporter: Nebojsa Sabovic
>            Assignee: Nebojsa Sabovic
>            Priority: Minor
>              Labels: c++
>         Attachments: AVRO-954.patch
>
>
> 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 == '-')

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to