mirror of
https://github.com/coreutils/coreutils.git
synced 2025-01-25 17:43:28 +08:00
(do_move): Reflect that hash_init now takes no arguments.
This commit is contained in:
parent
706a45c0b8
commit
3dfa4910e2
2
src/mv.c
2
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, ©_into_self, &rename_succeeded);
|
||||
|
Loading…
Reference in New Issue
Block a user