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:
@@ -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;
|
||||
|
Reference in New Issue
Block a user