Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Actually use number correctly casted from double to int as index
The code was using (int)jv_number_value(k) instead of didx. follow-up from 0e067ef Useless assignments to didx detected by clang-tidy.
- Loading branch information