Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Cast arguments to
int32_t
before passing to janet_formatb
with `%…
…d` format specifier `s->line` and `s->column` in `delim_error` are `size_t`, which is typically 64-bit, but `va_arg` in `janet_formatbv` reads `int32_t` for `%d`.
- Loading branch information