aboutsummaryrefslogtreecommitdiff
path: root/src/json.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/json.c')
-rw-r--r--src/json.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/json.c b/src/json.c
index c405c5943..ba701ba68 100644
--- a/src/json.c
+++ b/src/json.c
@@ -2955,7 +2955,7 @@ json_parse_restart:
}
if( z[i+1]=='.' ){
pParse->hasNonstd = 1;
- t |= 0x03;
+ t |= 0x01;
goto parse_number_2;
}
pParse->iErr = i;