1
0
forked from aniani/vim

updated for version 7.2-056

This commit is contained in:
Bram Moolenaar
2008-11-29 19:11:40 +00:00
parent fe86f2d7cd
commit 9bf1361652
2 changed files with 4 additions and 1 deletions

View File

@@ -8112,7 +8112,8 @@ write_vim_spell(spin, fname)
p = rr == 1 ? ftp->ft_from : ftp->ft_to;
l = (int)STRLEN(p);
putc(l, fd);
fwv &= fwrite(p, l, (size_t)1, fd);
if (l > 0)
fwv &= fwrite(p, l, (size_t)1, fd);
}
}

View File

@@ -676,6 +676,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
56,
/**/
55,
/**/