From e1b81c9b749f62125577d5fbebd769e149bfcc62 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sat, 6 Oct 2001 16:46:06 +0000 Subject: (main): Reflect that hash_init now takes no arguments. --- src/cp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/cp.c') diff --git a/src/cp.c b/src/cp.c index faede5472..04121c8be 100644 --- a/src/cp.c +++ b/src/cp.c @@ -935,7 +935,7 @@ Use `--parents' for the old meaning, and `--no-dereference' for the new one.")); /* Allocate space for remembering copied and created files. */ - hash_init (INITIAL_HASH_MODULE, INITIAL_ENTRY_TAB_SIZE); + hash_init (); exit_status |= do_copy (argc - optind, argv + optind, target_directory, &x); -- cgit v1.2.3-54-g00ecf