To: vim_dev@googlegroups.com Subject: Patch 7.4.1628 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ Patch 7.4.1628 Problem: 64-bit Compiler warning. Solution: Change type of variable. (Mike Williams) Files: src/channel.c *** ../vim-7.4.1627/src/channel.c 2016-03-20 20:56:56.036283020 +0100 --- src/channel.c 2016-03-21 12:34:39.055256519 +0100 *************** *** 2099,2105 **** { chanpart_T *chanpart = &channel->ch_part[part]; char namebuf[20]; ! int tail; char *s; STRCPY(namebuf, name); --- 2099,2105 ---- { chanpart_T *chanpart = &channel->ch_part[part]; char namebuf[20]; ! size_t tail; char *s; STRCPY(namebuf, name); *** ../vim-7.4.1627/src/version.c 2016-03-20 22:16:52.660922719 +0100 --- src/version.c 2016-03-21 12:36:07.946359808 +0100 *************** *** 750,751 **** --- 750,753 ---- { /* Add new patch number below this line */ + /**/ + 1628, /**/ -- I AM THANKFUL... ...for the mess to clean after a party because it means I have been surrounded by friends. /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net \\\ /// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\ \\\ an exciting new programming language -- http://www.Zimbu.org /// \\\ help me help AIDS victims -- http://ICCF-Holland.org ///