0
0
mirror of https://github.com/vim/vim.git synced 2025-09-29 04:34:16 -04:00

updated for version 7.1-129

This commit is contained in:
Bram Moolenaar
2007-10-01 18:34:34 +00:00
parent 61bfb9febe
commit 41a0903523
2 changed files with 3 additions and 1 deletions

View File

@@ -2378,7 +2378,7 @@ mch_get_user_name(
char_u *s,
int len)
{
char szUserName[MAX_COMPUTERNAME_LENGTH + 1];
char szUserName[256 + 1]; /* UNLEN is 256 */
DWORD cch = sizeof szUserName;
if (GetUserName(szUserName, &cch))

View File

@@ -666,6 +666,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
129,
/**/
128,
/**/