1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-01-09 09:27:59 +00:00

Fix double space in '-unsafe' message.

This commit is contained in:
Jacob Nevins 2019-03-23 08:32:13 +00:00
parent fdf7de4a1c
commit 319d4b5075

2
pscp.c
View File

@ -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, "