mirror of
https://github.com/ChaiScript/ChaiScript.git
synced 2026-02-07 18:26:49 +08:00
Fix variable redeclaration from last merge conflict fix.
This commit is contained in:
parent
e97d3723df
commit
680f9b9242
@ -570,7 +570,6 @@ struct JSONParser {
|
|||||||
bool isNegative = false;
|
bool isNegative = false;
|
||||||
int64_t exp = 0;
|
int64_t exp = 0;
|
||||||
bool isExpNegative = false;
|
bool isExpNegative = false;
|
||||||
long exp = 0;
|
|
||||||
if( offset < str.size() && str.at(offset) == '-' ) {
|
if( offset < str.size() && str.at(offset) == '-' ) {
|
||||||
isNegative = true;
|
isNegative = true;
|
||||||
++offset;
|
++offset;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user