Skip to content

Commit

Permalink
Start work on fixing #1173 issues
Browse files Browse the repository at this point in the history
  • Loading branch information
cowtowncoder committed Dec 24, 2023
1 parent 1928b07 commit e42c952
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2387,6 +2387,7 @@ private final int _skipColon2(boolean gotColon) throws IOException
return i;
}
if (i != INT_COLON) {
--_inputPtr; // for correct error reporting
_reportUnexpectedChar(i, "was expecting a colon to separate field name and value");
}
gotColon = true;
Expand Down

0 comments on commit e42c952

Please sign in to comment.