diff src/misc2.c @ 378:6b49757d378c

updated for version 7.0098
author vimboss
date Thu, 30 Jun 2005 22:04:15 +0000
parents 3a21825ad207
children 84825cc6f049
line wrap: on
line diff
--- 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)