To: vim_dev@googlegroups.com Subject: Patch 7.4.1797 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ 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 -- 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 ///