From 700f676d5a11243789dda2118c0e17f7a4ebf8b7 Mon Sep 17 00:00:00 2001 From: "me@ow.nekobit.net" Date: Thu, 17 Feb 2022 20:34:52 +0000 Subject: [PATCH] Bug FossilOrigin-Name: 225d08143bc51f2c503daa384712eafecb38522ac7ae0ceed3700d832cd3f139 --- src/json_helper.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/json_helper.c b/src/json_helper.c index 8728508..24ab067 100644 --- a/src/json_helper.c +++ b/src/json_helper.c @@ -45,7 +45,7 @@ int _mstdnt_key_val_iter(cJSON* v, } } } - else if (bools && cJSON_IsBool(v)) + if (bools && cJSON_IsBool(v)) { for (i = 0; i < bool_len; ++i) {