summaryrefslogtreecommitdiff
path: root/src/mv.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mv.c')
-rw-r--r--src/mv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mv.c b/src/mv.c
index c889a4356..284bc0142 100644
--- a/src/mv.c
+++ b/src/mv.c
@@ -177,7 +177,7 @@ do_move (const char *source, const char *dest, const struct cp_options *x)
first = 0;
/* Allocate space for remembering copied and created files. */
- hash_init (INITIAL_HASH_MODULE, INITIAL_ENTRY_TAB_SIZE);
+ hash_init ();
}
fail = copy (source, dest, 0, x, &copy_into_self, &rename_succeeded);