Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(library): fix warning spotted out by scan-build
json_helpers.c:167:17: warning: The right operand of '<' is a garbage value [core.UndefinedBinaryOperatorResult] 167 | for (i = 0; i < ntoken; i++) | ^ ~~~~~~ Signed-off-by: Davide Madrisan <[email protected]>
- Loading branch information