-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix a few error messages in jparse/json_sem.c
In some of the functions sem_member_value_*() (those that validate JSON parse node types) the error message (if the type was wrong) reported incorrectly the type expected and in particular all of them suggested the type should be JTYPE_BOOL but none of the functions were for booleans (though all were for numbers I think).
- Loading branch information
Showing
2 changed files
with
8 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters