]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.1.1235: compiler warnings for using STRLEN() value v8.1.1235
authorBram Moolenaar <Bram@vim.org>
Mon, 29 Apr 2019 17:47:22 +0000 (19:47 +0200)
committerBram Moolenaar <Bram@vim.org>
Mon, 29 Apr 2019 17:47:22 +0000 (19:47 +0200)
commitc0af78fa0869d39314336faef36239f62f09e148
tree96400e4a5afcba8e62caf9e53ba58866550cef04
parent701df4eb64ae9945c63f83621b54aa69e1336a79
patch 8.1.1235: compiler warnings for using STRLEN() value

Problem:    Compiler warnings for using STRLEN() value.
Solution:   Cast to int. (Christian Brabandt, Mike Williams)
src/tag.c
src/version.c