forked from aniani/vim
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:
@@ -651,7 +651,7 @@ cs_cnt_connections(void)
|
||||
cs_reading_emsg(
|
||||
int idx) /* connection index */
|
||||
{
|
||||
semsg(_("E262: error reading cscope connection %ld"), idx);
|
||||
semsg(_("E262: error reading cscope connection %d"), idx);
|
||||
}
|
||||
|
||||
#define CSREAD_BUFSIZE 2048
|
||||
|
Reference in New Issue
Block a user