mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-02-03 21:52:24 +00:00
Fix inaccurate error message.
[originally from svn r8466]
This commit is contained in:
parent
d699530e4c
commit
031bfe129d
2
pscp.c
2
pscp.c
@ -2091,7 +2091,7 @@ static void get_dir_list(int argc, char *argv[])
|
|||||||
host = src;
|
host = src;
|
||||||
src = colon(src);
|
src = colon(src);
|
||||||
if (src == NULL)
|
if (src == NULL)
|
||||||
bump("Local to local copy not supported");
|
bump("Local file listing not supported");
|
||||||
*src++ = '\0';
|
*src++ = '\0';
|
||||||
if (*src == '\0')
|
if (*src == '\0')
|
||||||
src = ".";
|
src = ".";
|
||||||
|
Loading…
Reference in New Issue
Block a user