mirror of
https://github.com/neovim/neovim.git
synced 2025-09-29 22:48:34 +00:00
PVS/V618: fix emsgf format specifier #11643
This commit is contained in:

committed by
Justin M. Keyes

parent
e922576bdd
commit
dec165b268
@@ -1057,7 +1057,7 @@ void u_write_undo(const char *const name, const bool forceit, buf_T *const buf,
|
||||
if (file_name == NULL) {
|
||||
if (p_verbose > 0) {
|
||||
verbose_enter();
|
||||
smsg(_("Cannot write undo file in any directory in 'undodir'"));
|
||||
smsg("%s", _("Cannot write undo file in any directory in 'undodir'"));
|
||||
verbose_leave();
|
||||
}
|
||||
return;
|
||||
|
Reference in New Issue
Block a user