Skip to content

Commit

Permalink
Merge branch 'master' into errorinfo
Browse files Browse the repository at this point in the history
  • Loading branch information
martinduffy1 committed Oct 12, 2022
2 parents e9e3306 + 8190e06 commit 63a42d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib_json/json_reader.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1883,7 +1883,7 @@ class OurCharReader : public CharReader {
: collectComments_(collectComments), reader_(features) {}

bool parse(char const* beginDoc, char const* endDoc, Value* root,
String* errs) override {
String* errs) override {
bool ok = reader_.parse(beginDoc, endDoc, *root, collectComments_);
if (errs) {
*errs = reader_.getFormattedErrorMessages();
Expand Down

0 comments on commit 63a42d7

Please sign in to comment.