mirror of
https://github.com/vim/vim.git
synced 2025-09-27 04:14:06 -04:00
patch 8.1.0753: printf format not checked for semsg()
Problem: printf format not checked for semsg(). Solution: Add GNUC attribute and fix reported problems. (Dominique Pelle, closes #3805)
This commit is contained in:
@@ -1541,7 +1541,7 @@ nb_do_cmd(
|
||||
if (!buf->bufp->b_netbeans_file)
|
||||
{
|
||||
nbdebug(("E658: NetBeans connection lost for buffer %ld\n", buf->bufp->b_fnum));
|
||||
semsg(_("E658: NetBeans connection lost for buffer %ld"),
|
||||
semsg(_("E658: NetBeans connection lost for buffer %d"),
|
||||
buf->bufp->b_fnum);
|
||||
}
|
||||
else
|
||||
|
Reference in New Issue
Block a user