]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.0.1428: compiler warning on 64 bit MS-Windows system v8.0.1428
authorBram Moolenaar <Bram@vim.org>
Tue, 2 Jan 2018 14:37:46 +0000 (15:37 +0100)
committerBram Moolenaar <Bram@vim.org>
Tue, 2 Jan 2018 14:37:46 +0000 (15:37 +0100)
commit200ea8ffaa90e1ccc156b24ee097be87acdd5214
treefe8c62c71e8096ec1df6355d1ec99e8001a1736c
parentde04654ddc865af94ef04b1738b335a924be7923
patch 8.0.1428: compiler warning on 64 bit MS-Windows system

Problem:    Compiler warning on 64 bit MS-Windows system.
Solution:   Change type from "int" to "size_t". (Mike Williams)
src/ex_getln.c
src/version.c