mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-07-14 01:27:35 -05:00
Fix double space in '-unsafe' message.
This commit is contained in:
2
pscp.c
2
pscp.c
@ -1828,7 +1828,7 @@ static void sink(const char *targ, const char *src)
|
|||||||
!using_sftp && !scp_unsafe_mode) {
|
!using_sftp && !scp_unsafe_mode) {
|
||||||
with_stripctrl(san, striptarget)
|
with_stripctrl(san, striptarget)
|
||||||
tell_user(stderr, "warning: remote host tried to "
|
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 "
|
tell_user(stderr, " when we requested a file "
|
||||||
"called '%s'.", stripsrc);
|
"called '%s'.", stripsrc);
|
||||||
tell_user(stderr, " If this is a wildcard, "
|
tell_user(stderr, " If this is a wildcard, "
|
||||||
|
Reference in New Issue
Block a user