forked from aniani/vim
updated for version 7.0143
This commit is contained in:
@@ -2059,7 +2059,7 @@ mch_get_user_name(s, len)
|
|||||||
int len;
|
int len;
|
||||||
{
|
{
|
||||||
#ifdef VMS
|
#ifdef VMS
|
||||||
vim_strncpy((char *)s, cuserid(NULL), len - 1);
|
vim_strncpy(s, (char_u *)cuserid(NULL), len - 1);
|
||||||
return OK;
|
return OK;
|
||||||
#else
|
#else
|
||||||
return mch_get_uname(getuid(), s, len);
|
return mch_get_uname(getuid(), s, len);
|
||||||
|
Reference in New Issue
Block a user