diff options
Diffstat (limited to 'ext/misc/json1.c')
-rw-r--r-- | ext/misc/json1.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/misc/json1.c b/ext/misc/json1.c index f03bdc665..31e03d1e7 100644 --- a/ext/misc/json1.c +++ b/ext/misc/json1.c @@ -1363,8 +1363,8 @@ static JsonNode *jsonMergePatch( int iTarget, /* Node of the TARGET in pParse */ JsonNode *pPatch /* The PATCH */ ){ - int i, j; - int iRoot; + u32 i, j; + u32 iRoot; JsonNode *pTarget; if( pPatch->eType!=JSON_OBJECT ){ return pPatch; |