1
0
forked from aniani/vim

updated for version 7.1-283

This commit is contained in:
Bram Moolenaar
2008-03-16 15:04:34 +00:00
parent 0fde290e55
commit cb4cef2206
10 changed files with 26 additions and 21 deletions

View File

@@ -522,7 +522,7 @@ fname2fnum(fm)
int len;
expand_env((char_u *)"~/", NameBuff, MAXPATHL);
len = STRLEN(NameBuff);
len = (int)STRLEN(NameBuff);
vim_strncpy(NameBuff + len, fm->fname + 2, MAXPATHL - len - 1);
}
else