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 -- [email protected] -- 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 ///
--
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.