Patch 7.4.1797
Problem: Warning from Windows 64 bit compiler.
Solution: Change int to size_t. (Mike Williams)
Files: src/term.c
*** ../vim-7.4.1796/src/term.c 2016-04-27 20:36:27.456988992 +0200
--- src/term.c 2016-04-28 22:18:38.975560577 +0200
***************
*** 6174,6180 ****
while (!feof(fd))
{
! int len;
int pos;
(void)fgets(line, LINE_LEN, fd);
--- 6174,6180 ----
while (!feof(fd))
{
! size_t len;
int pos;
(void)fgets(line, LINE_LEN, fd);
*** ../vim-7.4.1796/src/version.c 2016-04-27 20:36:27.460988946 +0200
--- src/version.c 2016-04-28 22:19:17.151112566 +0200
***************
*** 755,756 ****
--- 755,758 ----
{ /* Add new patch number below this line */
+ /**/
+ 1797,
/**/
--
ARTHUR: What does it say?
BROTHER MAYNARD: It reads ... "Here may be found the last words of Joseph of
Aramathea." "He who is valorous and pure of heart may find
the Holy Grail in the aaaaarrrrrrggghhh..."
ARTHUR: What?
BROTHER MAYNARD: "The Aaaaarrrrrrggghhh..."
"Monty Python and the Holy Grail" PYTHON (MONTY) PICTURES LTD
/// 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.