]> granicus.if.org Git - vim/commit
patch 8.1.1271: compiler warnings for use of STRNCPY() v8.1.1271
authorBram Moolenaar <Bram@vim.org>
Sun, 5 May 2019 11:02:28 +0000 (13:02 +0200)
committerBram Moolenaar <Bram@vim.org>
Sun, 5 May 2019 11:02:28 +0000 (13:02 +0200)
commitb3de6c4a769986e6eb4e228519a6483d2999ad8f
tree75441353e79c4fd4becdb0d7362f85e4301f96f0
parent9dfa3139198b38b28673e251a3756430065914e9
patch 8.1.1271: compiler warnings for use of STRNCPY()

Problem:    Compiler warnings for use of STRNCPY(). (John Marriott)
Solution:   Use mch_memmove() instead of STRNCPY().
src/search.c
src/version.c