PVS/V618: fix emsgf format specifier #11643

This commit is contained in:
Husain Alshehhi
2020-01-01 07:59:37 -06:00
committed by Justin M. Keyes
parent e922576bdd
commit dec165b268
3 changed files with 6 additions and 5 deletions

View File

@@ -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;