* file.c (copy_dir_dir): Small text fix.
Этот коммит содержится в:
родитель
eae25a2eff
Коммит
4cde691aac
@ -1,3 +1,7 @@
|
||||
2004-10-11 Leonard den Ottolander <leonard * den ottolander nl>
|
||||
|
||||
* file.c (copy_dir_dir): Small text fix.
|
||||
|
||||
2004-10-06 Alexander Savelyev <i@fano.com.ua>
|
||||
|
||||
* fileopctx.h (struct FileOpContext): Use off_t for offset.
|
||||
|
@ -899,7 +899,7 @@ copy_dir_dir (FileOpContext *ctx, const char *s, const char *d, int toplevel,
|
||||
if (!S_ISDIR (cbuf.st_mode)) {
|
||||
return_status =
|
||||
file_error (_
|
||||
(" Source directory \"%s\" is not a directory \n %s "),
|
||||
(" Source \"%s\" is not a directory \n %s "),
|
||||
s);
|
||||
if (return_status == FILE_RETRY)
|
||||
goto retry_src_stat;
|
||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user