0
0
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:
Bram Moolenaar
2005-03-22 23:03:44 +00:00
parent fc73515f7b
commit 6bb683663a
26 changed files with 55633 additions and 55454 deletions

View File

@@ -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;