From ca9bd98b2af01305a54accc8c2348eb3a2d45c15 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Fri, 31 Aug 2001 09:19:40 +0000 Subject: (copy_dir): Remove st_size argument. --- src/copy.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/copy.c') diff --git a/src/copy.c b/src/copy.c index 2ad33fcf8..2b2a0da6d 100644 --- a/src/copy.c +++ b/src/copy.c @@ -130,7 +130,7 @@ copy_dir (const char *src_path_in, const char *dst_path_in, int new_dst, struct cp_options non_command_line_options = *x; int ret = 0; - name_space = savedir (src_path_in, src_sb->st_size); + name_space = savedir (src_path_in); if (name_space == NULL) { /* This diagnostic is a bit vague because savedir can fail in -- cgit v1.2.3-54-g00ecf