073263
To: vim_dev@googlegroups.com
073263
Subject: Patch 7.4.484
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.484 (after 7.4.483)
073263
Problem:    Compiler warning on MS-Windows. (Ken Takata)
073263
Solution:   Add type cast.
073263
Files:	    src/getchar.c
073263
073263
073263
*** ../vim-7.4.483/src/getchar.c	2014-10-21 16:22:01.403175226 +0200
073263
--- src/getchar.c	2014-10-21 18:12:33.170273428 +0200
073263
***************
073263
*** 4530,4536 ****
073263
  	    if (q != NULL)
073263
  	    {
073263
  		vim_unescape_csi(q);
073263
! 		qlen = STRLEN(q);
073263
  		vim_free(q);
073263
  	    }
073263
  	}
073263
--- 4530,4536 ----
073263
  	    if (q != NULL)
073263
  	    {
073263
  		vim_unescape_csi(q);
073263
! 		qlen = (int)STRLEN(q);
073263
  		vim_free(q);
073263
  	    }
073263
  	}
073263
*** ../vim-7.4.483/src/version.c	2014-10-21 16:22:01.407175226 +0200
073263
--- src/version.c	2014-10-21 18:14:13.410273647 +0200
073263
***************
073263
*** 743,744 ****
073263
--- 743,746 ----
073263
  {   /* Add new patch number below this line */
073263
+ /**/
073263
+     484,
073263
  /**/
073263
073263
-- 
073263
"My particular problem is with registry entries, which seem to just
073263
accumulate like plastic coffee cups..."           -- Paul Moore
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    ///