зеркало из https://github.com/github/putty.git
Fix inaccurate error message.
[originally from svn r8466]
This commit is contained in:
Родитель
d699530e4c
Коммит
031bfe129d
2
pscp.c
2
pscp.c
|
@ -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 = ".";
|
||||
|
|
Загрузка…
Ссылка в новой задаче