summaryrefslogtreecommitdiff
path: root/src/misc2.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2005-06-30 22:04:15 +0000
committerBram Moolenaar <Bram@vim.org>2005-06-30 22:04:15 +0000
commitd042c56e34b5c032e79fa1fee19ce6d16ac99e49 (patch)
tree4a8b46e7449632fadf17aa764ae4eb60ad749459 /src/misc2.c
parente6b165e0f4f70d22a4fbcc5c9a1818417bdb1b04 (diff)
downloadvim-git-d042c56e34b5c032e79fa1fee19ce6d16ac99e49.tar.gz
updated for version 7.0098
Diffstat (limited to 'src/misc2.c')
-rw-r--r--src/misc2.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/misc2.c b/src/misc2.c
index d176303d1..75d8a4dc2 100644
--- a/src/misc2.c
+++ b/src/misc2.c
@@ -1366,6 +1366,7 @@ del_trailing_spaces(ptr)
/*
* Like strncpy(), but always terminate the result with one NUL.
+ * "to" must be "len + 1" long!
*/
void
vim_strncpy(to, from, len)