mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
treesitter: fix wrong string formatting
This commit is contained in:
parent
d3a63a1f71
commit
31738fe8f1
@ -180,7 +180,7 @@ int tslua_add_language(lua_State *L)
|
||||
|| lang_version > TREE_SITTER_LANGUAGE_VERSION) {
|
||||
return luaL_error(
|
||||
L,
|
||||
"ABI version mismatch : expected %" PRIu32 ", found %" PRIu32,
|
||||
"ABI version mismatch : expected %d, found %d",
|
||||
TREE_SITTER_MIN_COMPATIBLE_LANGUAGE_VERSION, lang_version);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user