diff options
| author | Jim Meyering <jim@meyering.net> | 2001-10-06 16:46:06 +0000 |
|---|---|---|
| committer | Jim Meyering <jim@meyering.net> | 2001-10-06 16:46:06 +0000 |
| commit | e1b81c9b749f62125577d5fbebd769e149bfcc62 (patch) | |
| tree | a522013516c21bd52524a78c4979db52035ebb53 /src/install.c | |
| parent | (do_move): Reflect that hash_init now takes no arguments. (diff) | |
| download | coreutils-e1b81c9b749f62125577d5fbebd769e149bfcc62.tar.gz coreutils-e1b81c9b749f62125577d5fbebd769e149bfcc62.zip | |
(main): Reflect that hash_init now takes no arguments.
Diffstat (limited to 'src/install.c')
| -rw-r--r-- | src/install.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/install.c b/src/install.c index 7bdd1abb2..49b55a036 100644 --- a/src/install.c +++ b/src/install.c @@ -316,7 +316,7 @@ main (int argc, char **argv) { /* FIXME: it's a little gross that this initialization is required by copy.c::copy. */ - hash_init (INITIAL_HASH_MODULE, INITIAL_ENTRY_TAB_SIZE); + hash_init (); if (n_files == 2) { |
