зеркало из https://github.com/github/putty.git
I seem to have slightly funted Plink's display of banners etc in r6437, oops.
Fixed.
[originally from svn r6846]
[r6437 == 8719f92c14
]
This commit is contained in:
Родитель
e67b9cfd78
Коммит
2afdb02660
2
ssh.c
2
ssh.c
|
@ -1052,7 +1052,7 @@ static void c_write_stderr(int trusted, const char *buf, int len)
|
||||||
{
|
{
|
||||||
int i;
|
int i;
|
||||||
for (i = 0; i < len; i++)
|
for (i = 0; i < len; i++)
|
||||||
if (buf[i] != '\r' && (trusted || buf[i] & 0x60))
|
if (buf[i] != '\r' && (trusted || buf[i] == '\n' || (buf[i] & 0x60)))
|
||||||
fputc(buf[i], stderr);
|
fputc(buf[i], stderr);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Загрузка…
Ссылка в новой задаче