jkunstle / rpms / vim

Forked from rpms/vim 3 years ago
Clone

Blame SOURCES/7.4.271

073263
To: vim_dev@googlegroups.com
073263
Subject: Patch 7.4.271
073263
Fcc: outbox
073263
From: Bram Moolenaar <Bram@moolenaar.net>
073263
Mime-Version: 1.0
073263
Content-Type: text/plain; charset=UTF-8
073263
Content-Transfer-Encoding: 8bit
073263
------------
073263
073263
Patch 7.4.271
073263
Problem:    Compiler warning on 64 bit windows.
073263
Solution:   Add type cast. (Mike Williams)
073263
Files:	    src/ops.c
073263
073263
073263
*** ../vim-7.4.270/src/ops.c	2014-04-29 12:15:22.860032651 +0200
073263
--- src/ops.c	2014-04-29 15:54:23.055802359 +0200
073263
***************
073263
*** 6559,6565 ****
073263
      {
073263
  	for (ss = (char_u **) str; *ss != NULL; ++ss, ++lnum)
073263
  	{
073263
! 	    i = STRLEN(*ss);
073263
  	    pp[lnum] = vim_strnsave(*ss, i);
073263
  	    if (i > maxlen)
073263
  		maxlen = i;
073263
--- 6559,6565 ----
073263
      {
073263
  	for (ss = (char_u **) str; *ss != NULL; ++ss, ++lnum)
073263
  	{
073263
! 	    i = (long)STRLEN(*ss);
073263
  	    pp[lnum] = vim_strnsave(*ss, i);
073263
  	    if (i > maxlen)
073263
  		maxlen = i;
073263
*** ../vim-7.4.270/src/version.c	2014-04-29 15:11:39.783847283 +0200
073263
--- src/version.c	2014-04-29 15:52:54.083803919 +0200
073263
***************
073263
*** 736,737 ****
073263
--- 736,739 ----
073263
  {   /* Add new patch number below this line */
073263
+ /**/
073263
+     271,
073263
  /**/
073263
073263
-- 
073263
From "know your smileys":
073263
 :.-(	Crying
073263
073263
 /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net   \\\
073263
///        sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
073263
\\\  an exciting new programming language -- http://www.Zimbu.org        ///
073263
 \\\            help me help AIDS victims -- http://ICCF-Holland.org    ///