Patch 8.2.0668

6 views
Skip to first unread message

Bram Moolenaar

unread,
Apr 30, 2020, 2:22:42 PM4/30/20
to vim...@googlegroups.com

Patch 8.2.0668
Problem: Compiler warning for int/size_t usage.
Solution: Change "int" to "size_t". (Mike Williams)
Files: src/vim9execute.c


*** ../vim-8.2.0667/src/vim9execute.c 2020-04-27 22:47:45.186176148 +0200
--- src/vim9execute.c 2020-04-30 20:19:42.444313750 +0200
***************
*** 653,659 ****
case ISN_EXECCONCAT:
{
int count = iptr->isn_arg.number;
! int len = 0;
int pass;
int i;
char_u *cmd = NULL;
--- 653,659 ----
case ISN_EXECCONCAT:
{
int count = iptr->isn_arg.number;
! size_t len = 0;
int pass;
int i;
char_u *cmd = NULL;
*** ../vim-8.2.0667/src/version.c 2020-04-30 19:54:04.837418282 +0200
--- src/version.c 2020-04-30 20:20:46.240151697 +0200
***************
*** 748,749 ****
--- 748,751 ----
{ /* Add new patch number below this line */
+ /**/
+ 668,
/**/

--
hundred-and-one symptoms of being an internet addict:
29. Your phone bill comes to your doorstep in a box.

/// Bram Moolenaar -- Br...@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 ///
Reply all
Reply to author
Forward
0 new messages