0
0
mirror of https://github.com/vim/vim.git synced 2025-09-23 03:43:49 -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:
Bram Moolenaar
2019-01-15 20:19:40 +01:00
parent 8e481e8dfe
commit b5443cc46d
16 changed files with 55 additions and 31 deletions

View File

@@ -173,7 +173,7 @@ diff_buf_add(buf_T *buf)
return;
}
semsg(_("E96: Cannot diff more than %ld buffers"), DB_COUNT);
semsg(_("E96: Cannot diff more than %d buffers"), DB_COUNT);
}
/*