0
0
mirror of https://github.com/vim/vim.git synced 2025-09-24 03:44:06 -04:00

updated for version 7.0079

This commit is contained in:
Bram Moolenaar
2005-06-04 21:55:20 +00:00
parent 4debb442bd
commit 51485f0624
9 changed files with 1466 additions and 3829 deletions

View File

@@ -4342,7 +4342,7 @@ put_escstr(fd, strstart, what)
if (p != NULL)
{
while (*p != NUL)
if (putc(*p++, fd) < 0)
if (fputc(*p++, fd) < 0)
return FAIL;
--str;
continue;