summaryrefslogtreecommitdiff
path: root/src/cp.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/cp.c')
-rw-r--r--src/cp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cp.c b/src/cp.c
index faede5472..04121c8be 100644
--- a/src/cp.c
+++ b/src/cp.c
@@ -935,7 +935,7 @@ Use `--parents' for the old meaning, and `--no-dereference' for the new one."));
/* Allocate space for remembering copied and created files. */
- hash_init (INITIAL_HASH_MODULE, INITIAL_ENTRY_TAB_SIZE);
+ hash_init ();
exit_status |= do_copy (argc - optind, argv + optind, target_directory, &x);