(do_move): Reflect that hash_init now takes no arguments.

This commit is contained in:
Jim Meyering 2001-10-06 16:45:53 +00:00
parent 706a45c0b8
commit 3dfa4910e2

View File

@ -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);