1
0
forked from aniani/vim

patch 8.0.1127: Test_peek_and_get_char fails on 32 bit system

Problem:    Test_peek_and_get_char fails on 32 bit system. (Eliminate
            Riesebieter)
Solution:   Avoid an integer overflow. (James McCoy, closes #2116)
This commit is contained in:
Bram Moolenaar
2017-09-18 21:50:47 +02:00
parent 71b2964066
commit a8e93d63e3
2 changed files with 23 additions and 24 deletions

View File

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