5fea052
To: vim-dev@vim.org
5fea052
Subject: Patch 7.0.103
5fea052
Fcc: outbox
5fea052
From: Bram Moolenaar <Bram@moolenaar.net>
5fea052
Mime-Version: 1.0
5fea052
Content-Type: text/plain; charset=ISO-8859-1
5fea052
Content-Transfer-Encoding: 8bit
5fea052
------------
5fea052
5fea052
Patch 7.0.103 (after 7.0.101)
5fea052
Problem:    Compiler warning for uninitialized variable. (Tony Mechelynck)
5fea052
Solution:   Init variable.
5fea052
Files:	    src/spell.c
5fea052
5fea052
5fea052
*** ../vim-7.0.102/src/spell.c	Tue Sep 12 22:24:48 2006
5fea052
--- src/spell.c	Wed Sep 13 20:46:22 2006
5fea052
***************
5fea052
*** 9251,9257 ****
5fea052
  			       'spellfile' */
5fea052
      int		undo;	    /* TRUE for "zug", "zuG", "zuw" and "zuW" */
5fea052
  {
5fea052
!     FILE	*fd;
5fea052
      buf_T	*buf = NULL;
5fea052
      int		new_spf = FALSE;
5fea052
      char_u	*fname;
5fea052
--- 9251,9257 ----
5fea052
  			       'spellfile' */
5fea052
      int		undo;	    /* TRUE for "zug", "zuG", "zuw" and "zuW" */
5fea052
  {
5fea052
!     FILE	*fd = NULL;
5fea052
      buf_T	*buf = NULL;
5fea052
      int		new_spf = FALSE;
5fea052
      char_u	*fname;
5fea052
*** ../vim-7.0.102/src/version.c	Thu Sep 14 10:25:34 2006
5fea052
--- src/version.c	Thu Sep 14 10:47:39 2006
5fea052
***************
5fea052
*** 668,669 ****
5fea052
--- 668,671 ----
5fea052
  {   /* Add new patch number below this line */
5fea052
+ /**/
5fea052
+     103,
5fea052
  /**/
5fea052
5fea052
-- 
5fea052
ARTHUR: Go on, Bors, chop its head off.
5fea052
BORS:   Right.  Silly little bleeder.  One rabbit stew coming up.
5fea052
                 "Monty Python and the Holy Grail" PYTHON (MONTY) PICTURES LTD
5fea052
5fea052
 /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net   \\\
5fea052
///        sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
5fea052
\\\        download, build and distribute -- http://www.A-A-P.org        ///
5fea052
 \\\            help me help AIDS victims -- http://ICCF-Holland.org    ///