remove duplicate assignment of value, will be overwritten anyway - json2tsv - JSON to TSV converter
(HTM) git clone git://git.codemadness.org/json2tsv
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
(DIR) commit bb2e9c03c80acfe0a339c43b8d622713b14b8ea5
(DIR) parent 42251415a957f095453b290a96bcf870632eb58d
(HTM) Author: Hiltjo Posthuma <hiltjo@codemadness.org>
Date: Wed, 23 Oct 2019 19:34:59 +0200
remove duplicate assignment of value, will be overwritten anyway
Diffstat:
M json.c | 1 -
1 file changed, 0 insertions(+), 1 deletion(-)
---
(DIR) diff --git a/json.c b/json.c
@@ -221,7 +221,6 @@ escchr:
JSON_INVALID(); /* too deep */
nodes[depth].index = 0;
- nodes[depth].type = TYPE_OBJECT;
if (c == '{') {
iskey = 1;
nodes[depth].type = TYPE_OBJECT;