To: [email protected]
Subject: Patch 6.3b.029
Fcc: outbox
From: Bram Moolenaar <[email protected]>
Mime-Version: 1.0
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 8bit
------------

Patch 6.3b.029
Problem:    Win32: warning for uninitialized variable.
Solution:   Initialize to zero.
Files:      src/misc1.c


*** ../vim-6.3b.028/src/misc1.c Fri Jun  4 21:10:08 2004
--- src/misc1.c Sun May 16 22:36:39 2004
***************
*** 7827,7833 ****
     int                       ok;
 #ifdef WIN3264
     WIN32_FIND_DATA   fb;
!     HANDLE            hFind;
 # ifdef FEAT_MBYTE
     WIN32_FIND_DATAW    wfb;
     WCHAR             *wn = NULL;     /* UCS-2 name, NULL when not used. */
--- 7827,7833 ----
     int                       ok;
 #ifdef WIN3264
     WIN32_FIND_DATA   fb;
!     HANDLE            hFind = (HANDLE)0;
 # ifdef FEAT_MBYTE
     WIN32_FIND_DATAW    wfb;
     WCHAR             *wn = NULL;     /* UCS-2 name, NULL when not used. */
*** ../vim-6.3b.028/src/version.c       Fri Jun  4 20:48:37 2004
--- src/version.c       Fri Jun  4 21:10:47 2004
***************
*** 643,644 ****
--- 643,646 ----
 {   /* Add new patch number below this line */
+ /**/
+     29,
 /**/

--
George:  "I just got a new set of golf clubs for my wife!"
 John:  "Great trade!"

/// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net   \\\
///        Sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
\\\              Project leader for A-A-P -- http://www.A-A-P.org        ///
\\\  Buy at Amazon and help AIDS victims -- http://ICCF.nl/click1.html ///