mirror of
https://github.com/vim/vim.git
synced 2025-09-24 03:44:06 -04:00
updated for version 7.0063
This commit is contained in:
@@ -3096,7 +3096,7 @@ iconv_string(vcp, str, slen, unconvlenp)
|
||||
else
|
||||
{
|
||||
l = (*mb_ptr2len_check)((char_u *)from);
|
||||
if (l > fromlen)
|
||||
if (l > (int)fromlen)
|
||||
l = fromlen;
|
||||
}
|
||||
from += l;
|
||||
|
Reference in New Issue
Block a user