0
0
mirror of https://github.com/vim/vim.git synced 2025-10-03 05:14:07 -04:00

updated for version 7.0109

This commit is contained in:
Bram Moolenaar
2005-07-18 21:58:11 +00:00
parent bbebc85750
commit ce0842a6ee
30 changed files with 178 additions and 134 deletions

View File

@@ -148,8 +148,7 @@ clip_mch_set_selection( VimClipboard *cbd )
#endif
}
STRNCPY( text_clip, str, len );
text_clip[ len ] = NUL;
vim_strncpy( text_clip, str, len );
vim_clip[ 1 ] = NUL;