commit | ffb8ab0402ac3d60118f27df153d463a106b4028 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Sep 07 21:15:32 2005 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Sep 07 21:15:32 2005 +0000 |
tree | f0f5125b0e75b1db60f64d18598c6634afa08ad1 | |
parent | d1231f991a018ed7d276a2b05fb1535378c69614 [diff] |
updated for version 7.0143
diff --git a/src/os_unix.c b/src/os_unix.c index 7d32482..491d41a 100644 --- a/src/os_unix.c +++ b/src/os_unix.c
@@ -2059,7 +2059,7 @@ int len; { #ifdef VMS - vim_strncpy((char *)s, cuserid(NULL), len - 1); + vim_strncpy(s, (char_u *)cuserid(NULL), len - 1); return OK; #else return mch_get_uname(getuid(), s, len);