1
0
forked from aniani/vim

patch 7.4.1883

Problem:    Cppcheck found 2 incorrect printf formats.
Solution:   Use %ld and %lx. (Dominique Pelle)
This commit is contained in:
Bram Moolenaar
2016-06-02 22:27:08 +02:00
parent b37662a0fb
commit ea0345901c
3 changed files with 4 additions and 2 deletions

View File

@@ -753,6 +753,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
1883,
/**/
1882,
/**/