To: vim_dev@googlegroups.com Subject: Patch 8.0.1760 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ Patch 8.0.1760 Problem: Wrong number of arguments to vms_read(). Solution: Drop the first argument. (Ozaki Kiichi) Files: src/ui.c *** ../vim-8.0.1759/src/ui.c 2018-04-24 13:29:47.717890672 +0200 --- src/ui.c 2018-04-24 20:25:39.408854111 +0200 *************** *** 1860,1866 **** # endif ); # ifdef VMS ! len = vms_read(read_cmd_fd, (char *)inbuf + inbufcount, readlen); # else len = read(read_cmd_fd, (char *)inbuf + inbufcount, readlen); # endif --- 1860,1866 ---- # endif ); # ifdef VMS ! len = vms_read((char *)inbuf + inbufcount, readlen); # else len = read(read_cmd_fd, (char *)inbuf + inbufcount, readlen); # endif *** ../vim-8.0.1759/src/version.c 2018-04-24 20:23:51.601624698 +0200 --- src/version.c 2018-04-24 20:26:23.664537879 +0200 *************** *** 763,764 **** --- 763,766 ---- { /* Add new patch number below this line */ + /**/ + 1760, /**/ -- We're knights of the round table We dance whene'er we're able We do routines and chorus scenes With footwork impeccable. We dine well here in Camelot We eat ham and jam and spam a lot. "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 ///