]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.0.1127: Test_peek_and_get_char fails on 32 bit system v8.0.1127
authorBram Moolenaar <Bram@vim.org>
Mon, 18 Sep 2017 19:50:47 +0000 (21:50 +0200)
committerBram Moolenaar <Bram@vim.org>
Mon, 18 Sep 2017 19:50:47 +0000 (21:50 +0200)
commita8e93d63e308020ee06eb5782e766941ac417a5a
treee774e33ffe42f01f2827b0cd2fc87a4c30ebf909
parent71b29640669872b0209985fc5a3b447de62a4cf0
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)
src/ex_cmds2.c
src/version.c