48bf9e6
To: vim-dev@vim.org
48bf9e6
Subject: About patch 7.1.129 (extra)
48bf9e6
Fcc: outbox
48bf9e6
From: Bram Moolenaar <Bram@moolenaar.net>
48bf9e6
Mime-Version: 1.0
48bf9e6
Content-Type: text/plain; charset=ISO-8859-1
48bf9e6
Content-Transfer-Encoding: 8bit
48bf9e6
------------
48bf9e6
48bf9e6
Patch 7.1.129 (extra)
48bf9e6
Problem:    Win32: Can't get the user name when it is longer than 15
48bf9e6
	    characters.
48bf9e6
Solution:   Use UNLEN instead of MAX_COMPUTERNAME_LENGTH. (Alexei Alexandrov)
48bf9e6
Files:	    src/os_win32.c
48bf9e6
48bf9e6
48bf9e6
*** ../vim-7.1.128/src/os_win32.c	Thu May 10 19:22:59 2007
48bf9e6
--- src/os_win32.c	Mon Oct  1 20:07:24 2007
48bf9e6
***************
48bf9e6
*** 2378,2384 ****
48bf9e6
      char_u  *s,
48bf9e6
      int	    len)
48bf9e6
  {
48bf9e6
!     char szUserName[MAX_COMPUTERNAME_LENGTH + 1];
48bf9e6
      DWORD cch = sizeof szUserName;
48bf9e6
  
48bf9e6
      if (GetUserName(szUserName, &cch))
48bf9e6
--- 2378,2384 ----
48bf9e6
      char_u  *s,
48bf9e6
      int	    len)
48bf9e6
  {
48bf9e6
!     char szUserName[256 + 1];	/* UNLEN is 256 */
48bf9e6
      DWORD cch = sizeof szUserName;
48bf9e6
  
48bf9e6
      if (GetUserName(szUserName, &cch))
48bf9e6
*** ../vim-7.1.128/src/version.c	Sun Sep 30 22:28:08 2007
48bf9e6
--- src/version.c	Mon Oct  1 20:32:52 2007
48bf9e6
***************
48bf9e6
*** 668,669 ****
48bf9e6
--- 668,671 ----
48bf9e6
  {   /* Add new patch number below this line */
48bf9e6
+ /**/
48bf9e6
+     129,
48bf9e6
  /**/
48bf9e6
48bf9e6
-- 
48bf9e6
ARTHUR: It is I, Arthur, son of Uther Pendragon, from the castle of Camelot.
48bf9e6
        King of all Britons, defeator of the Saxons, sovereign of all England!
48bf9e6
   [Pause]
48bf9e6
SOLDIER: Get away!
48bf9e6
                 "Monty Python and the Holy Grail" PYTHON (MONTY) PICTURES LTD
48bf9e6
48bf9e6
 /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net   \\\
48bf9e6
///        sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
48bf9e6
\\\        download, build and distribute -- http://www.A-A-P.org        ///
48bf9e6
 \\\            help me help AIDS victims -- http://ICCF-Holland.org    ///