1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-04-20 10:51:48 +02:00

(copy_dir): Remove cast of savedir arg.

This commit is contained in:
Jim Meyering
1999-08-08 10:14:45 +00:00
parent 8b2c09a944
commit ca2cd27d3c

View File

@@ -115,7 +115,7 @@ copy_dir (const char *src_path_in, const char *dst_path_in, int new_dst,
int ret = 0;
errno = 0;
name_space = savedir (src_path_in, (unsigned int) src_sb->st_size);
name_space = savedir (src_path_in, src_sb->st_size);
if (name_space == 0)
{
if (errno)