diff options
author | Bram Moolenaar <Bram@vim.org> | 2005-06-30 22:04:15 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2005-06-30 22:04:15 +0000 |
commit | d042c56e34b5c032e79fa1fee19ce6d16ac99e49 (patch) | |
tree | 4a8b46e7449632fadf17aa764ae4eb60ad749459 /src/misc2.c | |
parent | e6b165e0f4f70d22a4fbcc5c9a1818417bdb1b04 (diff) | |
download | vim-git-d042c56e34b5c032e79fa1fee19ce6d16ac99e49.tar.gz |
updated for version 7.0098
Diffstat (limited to 'src/misc2.c')
-rw-r--r-- | src/misc2.c | 1 |
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) |