updated for version 7.1-129

This commit is contained in:
vimboss
2007-10-01 18:34:34 +00:00
parent 55fcc5e3a8
commit 159efbe572
2 changed files with 3 additions and 1 deletions
+1 -1
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))
+2
View File
@@ -666,6 +666,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
129,
/**/
128,
/**/