commit | d042c56e34b5c032e79fa1fee19ce6d16ac99e49 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Jun 30 22:04:15 2005 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Jun 30 22:04:15 2005 +0000 |
tree | 4a8b46e7449632fadf17aa764ae4eb60ad749459 | |
parent | e6b165e0f4f70d22a4fbcc5c9a1818417bdb1b04 [diff] [blame] |
updated for version 7.0098
diff --git a/src/misc2.c b/src/misc2.c index d176303..75d8a4d 100644 --- a/src/misc2.c +++ b/src/misc2.c
@@ -1366,6 +1366,7 @@ /* * Like strncpy(), but always terminate the result with one NUL. + * "to" must be "len + 1" long! */ void vim_strncpy(to, from, len)