]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.1.1385: signed/unsigned compiler warning v8.1.1385
authorBram Moolenaar <Bram@vim.org>
Fri, 24 May 2019 17:04:29 +0000 (19:04 +0200)
committerBram Moolenaar <Bram@vim.org>
Fri, 24 May 2019 17:04:29 +0000 (19:04 +0200)
commit71de720c2c117137185a6fc233b35aab37f0d4bc
tree3bcdf7afa66ac56f7c94dad609b1d69ec4ffa9e7
parent964b3746b9c81e65887e2ac9a335f181db2bb592
patch 8.1.1385: signed/unsigned compiler warning

Problem:    Signed/unsigned compiler warning.
Solution:   Use STRLEN() instead of strlen().
src/fileio.c
src/version.c