[originally from svn r8466]
This commit is contained in:
Jacob Nevins 2009-02-24 22:56:44 +00:00
Родитель d699530e4c
Коммит 031bfe129d
1 изменённых файлов: 1 добавлений и 1 удалений

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 = ".";