Karsten Hopp e4bc04
To: vim_dev@googlegroups.com
Karsten Hopp e4bc04
Subject: Patch 7.3.238
Karsten Hopp e4bc04
Fcc: outbox
Karsten Hopp e4bc04
From: Bram Moolenaar <Bram@moolenaar.net>
Karsten Hopp e4bc04
Mime-Version: 1.0
Karsten Hopp e4bc04
Content-Type: text/plain; charset=UTF-8
Karsten Hopp e4bc04
Content-Transfer-Encoding: 8bit
Karsten Hopp e4bc04
------------
Karsten Hopp e4bc04
Karsten Hopp e4bc04
Patch 7.3.238
Karsten Hopp e4bc04
Problem:    Compiler warning for conversion.
Karsten Hopp e4bc04
Solution:   Add type cast. (Mike Williams)
Karsten Hopp e4bc04
Files:	    src/ex_getln.c
Karsten Hopp e4bc04
Karsten Hopp e4bc04
Karsten Hopp e4bc04
*** ../vim-7.3.237/src/ex_getln.c	2011-06-26 19:40:14.000000000 +0200
Karsten Hopp e4bc04
--- src/ex_getln.c	2011-07-04 14:23:27.000000000 +0200
Karsten Hopp e4bc04
***************
Karsten Hopp e4bc04
*** 5025,5031 ****
Karsten Hopp e4bc04
  
Karsten Hopp e4bc04
      *num_file = 0;
Karsten Hopp e4bc04
      *file = NULL;
Karsten Hopp e4bc04
!     pat_len = STRLEN(pat);
Karsten Hopp e4bc04
      ga_init2(&ga, (int)sizeof(char *), 10);
Karsten Hopp e4bc04
  
Karsten Hopp e4bc04
      for (i = 0; dirnames[i] != NULL; ++i)
Karsten Hopp e4bc04
--- 5025,5031 ----
Karsten Hopp e4bc04
  
Karsten Hopp e4bc04
      *num_file = 0;
Karsten Hopp e4bc04
      *file = NULL;
Karsten Hopp e4bc04
!     pat_len = (int)STRLEN(pat);
Karsten Hopp e4bc04
      ga_init2(&ga, (int)sizeof(char *), 10);
Karsten Hopp e4bc04
  
Karsten Hopp e4bc04
      for (i = 0; dirnames[i] != NULL; ++i)
Karsten Hopp e4bc04
*** ../vim-7.3.237/src/version.c	2011-06-26 19:40:14.000000000 +0200
Karsten Hopp e4bc04
--- src/version.c	2011-07-07 15:04:00.000000000 +0200
Karsten Hopp e4bc04
***************
Karsten Hopp e4bc04
*** 711,712 ****
Karsten Hopp e4bc04
--- 711,714 ----
Karsten Hopp e4bc04
  {   /* Add new patch number below this line */
Karsten Hopp e4bc04
+ /**/
Karsten Hopp e4bc04
+     238,
Karsten Hopp e4bc04
  /**/
Karsten Hopp e4bc04
Karsten Hopp e4bc04
-- 
Karsten Hopp e4bc04
hundred-and-one symptoms of being an internet addict:
Karsten Hopp e4bc04
255. You work for a newspaper and your editor asks you to write an
Karsten Hopp e4bc04
     article about Internet addiction...in the "first person."
Karsten Hopp e4bc04
Karsten Hopp e4bc04
 /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net   \\\
Karsten Hopp e4bc04
///        sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
Karsten Hopp e4bc04
\\\  an exciting new programming language -- http://www.Zimbu.org        ///
Karsten Hopp e4bc04
 \\\            help me help AIDS victims -- http://ICCF-Holland.org    ///