From 319d4b5075f0b8eba8be386237a1c9ab5f813449 Mon Sep 17 00:00:00 2001 From: Jacob Nevins Date: Sat, 23 Mar 2019 08:32:13 +0000 Subject: [PATCH] Fix double space in '-unsafe' message. --- pscp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pscp.c b/pscp.c index 31336fe5..d7e57a5f 100644 --- a/pscp.c +++ b/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, "