1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-01-25 01:02:24 +00:00

Fix inaccurate error message.

[originally from svn r8466]
This commit is contained in:
Jacob Nevins 2009-02-24 22:56:44 +00:00
parent d699530e4c
commit 031bfe129d

2
pscp.c
View File

@ -2091,7 +2091,7 @@ static void get_dir_list(int argc, char *argv[])
host = src;
src = colon(src);
if (src == NULL)
bump("Local to local copy not supported");
bump("Local file listing not supported");
*src++ = '\0';
if (*src == '\0')
src = ".";