Adding a remark.
This commit is contained in:
parent
4c7d384e9a
commit
66ffc1b2d6
|
@ -547,6 +547,7 @@ static really_inline bool parse_number(const uint8_t *const buf, ParsedJson &pj,
|
||||||
while ((*start == '0') || (*start == '.')) {
|
while ((*start == '0') || (*start == '.')) {
|
||||||
start++;
|
start++;
|
||||||
}
|
}
|
||||||
|
// we over-decrement by one when there is a '.'
|
||||||
digit_count -= (start - start_digits);
|
digit_count -= (start - start_digits);
|
||||||
if (digit_count >= 19) {
|
if (digit_count >= 19) {
|
||||||
// Ok, chances are good that we had an overflow!
|
// Ok, chances are good that we had an overflow!
|
||||||
|
|
Loading…
Reference in New Issue