]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
(do_move): Reflect that hash_init now takes no arguments.
authorJim Meyering <jim@meyering.net>
Sat, 6 Oct 2001 16:45:53 +0000 (16:45 +0000)
committerJim Meyering <jim@meyering.net>
Sat, 6 Oct 2001 16:45:53 +0000 (16:45 +0000)
src/mv.c

index c889a43560e8c7ccbdfb9b444084d7b77085ad0d..284bc01422cfaf3033ec4c907170e30cb9460391 100644 (file)
--- 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);