Karsten Hopp ada69e
To: vim-dev@vim.org
Karsten Hopp ada69e
Subject: patch 7.1.063
Karsten Hopp ada69e
Fcc: outbox
Karsten Hopp ada69e
From: Bram Moolenaar <Bram@moolenaar.net>
Karsten Hopp ada69e
Mime-Version: 1.0
Karsten Hopp ada69e
Content-Type: text/plain; charset=ISO-8859-1
Karsten Hopp ada69e
Content-Transfer-Encoding: 8bit
Karsten Hopp ada69e
------------
Karsten Hopp ada69e
Karsten Hopp ada69e
Patch 7.1.063 (after 7.1.040)
Karsten Hopp ada69e
Problem:    Warning for unitialized variable.
Karsten Hopp ada69e
Solution:   Initialise it to NULL.
Karsten Hopp ada69e
Files:	    src/ex_docmd.c
Karsten Hopp ada69e
Karsten Hopp ada69e
Karsten Hopp ada69e
*** ../vim-7.1.062/src/ex_docmd.c	Thu Jul 26 22:55:11 2007
Karsten Hopp ada69e
--- src/ex_docmd.c	Wed Aug  8 22:28:33 2007
Karsten Hopp ada69e
***************
Karsten Hopp ada69e
*** 10817,10823 ****
Karsten Hopp ada69e
      exarg_T	*eap;
Karsten Hopp ada69e
  {
Karsten Hopp ada69e
      char_u	*p;
Karsten Hopp ada69e
!     char_u	*g;
Karsten Hopp ada69e
      char_u	*end;
Karsten Hopp ada69e
      int		c;
Karsten Hopp ada69e
      int		id;
Karsten Hopp ada69e
--- 10818,10824 ----
Karsten Hopp ada69e
      exarg_T	*eap;
Karsten Hopp ada69e
  {
Karsten Hopp ada69e
      char_u	*p;
Karsten Hopp ada69e
!     char_u	*g = NULL;
Karsten Hopp ada69e
      char_u	*end;
Karsten Hopp ada69e
      int		c;
Karsten Hopp ada69e
      int		id;
Karsten Hopp ada69e
*** ../vim-7.1.062/src/version.c	Sat Aug 11 14:32:10 2007
Karsten Hopp ada69e
--- src/version.c	Sat Aug 11 15:58:55 2007
Karsten Hopp ada69e
***************
Karsten Hopp ada69e
*** 668,669 ****
Karsten Hopp ada69e
--- 668,671 ----
Karsten Hopp ada69e
  {   /* Add new patch number below this line */
Karsten Hopp ada69e
+ /**/
Karsten Hopp ada69e
+     63,
Karsten Hopp ada69e
  /**/
Karsten Hopp ada69e
Karsten Hopp ada69e
-- 
Karsten Hopp ada69e
hundred-and-one symptoms of being an internet addict:
Karsten Hopp ada69e
124. You begin conversations with, "Who is your internet service provider?"
Karsten Hopp ada69e
Karsten Hopp ada69e
 /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net   \\\
Karsten Hopp ada69e
///        sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
Karsten Hopp ada69e
\\\        download, build and distribute -- http://www.A-A-P.org        ///
Karsten Hopp ada69e
 \\\            help me help AIDS victims -- http://ICCF-Holland.org    ///