зеркало из https://github.com/github/putty.git
Fix double space in '-unsafe' message.
This commit is contained in:
Родитель
fdf7de4a1c
Коммит
319d4b5075
2
pscp.c
2
pscp.c
|
@ -1828,7 +1828,7 @@ static void sink(const char *targ, const char *src)
|
|||
!using_sftp && !scp_unsafe_mode) {
|
||||
with_stripctrl(san, striptarget)
|
||||
tell_user(stderr, "warning: remote host tried to "
|
||||
"write to a file called '%s'", san);
|
||||
"write to a file called '%s'", san);
|
||||
tell_user(stderr, " when we requested a file "
|
||||
"called '%s'.", stripsrc);
|
||||
tell_user(stderr, " If this is a wildcard, "
|
||||
|
|
Загрузка…
Ссылка в новой задаче