summaryrefslogtreecommitdiff
path: root/src/mv.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2001-10-06 16:45:53 +0000
committerJim Meyering <jim@meyering.net>2001-10-06 16:45:53 +0000
commit3dfa4910e2b826dbd7057325179f7c03c2c441cc (patch)
tree4a9a27af74fb6c64ac2f2fe91b56135109e342d4 /src/mv.c
parent706a45c0b892a2775b916b4abe7441f2d83c34ca (diff)
downloadcoreutils-3dfa4910e2b826dbd7057325179f7c03c2c441cc.tar.xz
(do_move): Reflect that hash_init now takes no arguments.
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);