Patch 8.1.0173
Problem: Compiler warning on MS-Windows.
Solution: Add type cast. (Mike Williams)
Files: src/libvterm/src/state.c
*** ../vim-8.1.0172/src/libvterm/src/state.c Tue Apr 24 18:21:11 2018
--- src/libvterm/src/state.c Mon Jul 9 20:37:34 2018
***************
*** 268,274 ****
if(!npoints)
{
vterm_allocator_free(state->vt, codepoints);
! return eaten;
}
if(state->gsingle_set && npoints)
--- 268,274 ----
if(!npoints)
{
vterm_allocator_free(state->vt, codepoints);
! return (int)eaten;
}
if(state->gsingle_set && npoints)
*** ../vim-8.1.0172/src/version.c Sun Jul 8 21:46:52 2018
--- src/version.c Mon Jul 9 20:38:11 2018
***************
*** 791,792 ****
--- 791,794 ----
{ /* Add new patch number below this line */
+ /**/
+ 173,
/**/
--
Don't be humble ... you're not that great.
-- Golda Meir
/// 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.