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:
@@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user