forked from organicmaps/organicmaps-tmp
Fixed JSON errno == ERANGE error
This commit is contained in:
parent
32df24937c
commit
e6b9d555a4
1 changed files with 1 additions and 0 deletions
|
@ -525,6 +525,7 @@ static int lex_scan_number(lex_t *lex, int c, json_error_t *error)
|
|||
lex_unget_unsave(lex, c);
|
||||
|
||||
saved_text = strbuffer_value(&lex->saved_text);
|
||||
errno = 0;
|
||||
value = strtod(saved_text, &end);
|
||||
assert(end == saved_text + lex->saved_text.length);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue