oops, left out var decl
This commit is contained in:
parent
4b82ae34dc
commit
a8773b7d26
1 changed files with 1 additions and 0 deletions
|
@ -580,6 +580,7 @@ hash_new_table (size, ptr)
|
|||
int size;
|
||||
hash_table *ptr;
|
||||
{
|
||||
int i;
|
||||
ptr->size = size;
|
||||
ptr->table = (hash_entry **) xmalloc (size * (sizeof (hash_entry *)));
|
||||
/* Fill with null-pointer, not zero-bit-pattern. */
|
||||
|
|
Loading…
Reference in a new issue