mirror of
https://github.com/neovim/neovim.git
synced 2025-10-05 09:26:30 +00:00
PVS/V618: fix emsgf format specifier #11643
This commit is contained in:

committed by
Justin M. Keyes

parent
e922576bdd
commit
dec165b268
@@ -798,7 +798,7 @@ static inline bool tv_get_float_chk(const typval_T *const tv,
|
||||
*ret_f = (float_T)tv->vval.v_number;
|
||||
return true;
|
||||
}
|
||||
emsgf(_("E808: Number or Float required"));
|
||||
emsgf("%s", _("E808: Number or Float required"));
|
||||
return false;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user