Bug
FossilOrigin-Name: 225d08143bc51f2c503daa384712eafecb38522ac7ae0ceed3700d832cd3f139
This commit is contained in:
parent
f1efdcbb13
commit
700f676d5a
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue