1
1

* file.c (copy_dir_dir): Small text fix.

Этот коммит содержится в:
Andrew V. Samoilov 2004-10-11 05:27:58 +00:00
родитель eae25a2eff
Коммит 4cde691aac
2 изменённых файлов: 5 добавлений и 1 удалений

Просмотреть файл

@ -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;