comparison .travis.yml @ 16535:be24441bf806 v8.1.1271

patch 8.1.1271: compiler warnings for use of STRNCPY() commit https://github.com/vim/vim/commit/b3de6c4a769986e6eb4e228519a6483d2999ad8f Author: Bram Moolenaar <Bram@vim.org> Date: Sun May 5 13:02:28 2019 +0200 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().
author Bram Moolenaar <Bram@vim.org>
date Sun, 05 May 2019 13:15:06 +0200
parents b576f2e069b7
children a1ca6778da49
comparison
equal deleted inserted replaced
16534:0e30cd01cd16 16535:be24441bf806