summaryrefslogtreecommitdiffstats
path: root/hash.c
diff options
context:
space:
mode:
Diffstat (limited to 'hash.c')
-rw-r--r--hash.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hash.c b/hash.c
index 3dde4dca..1667c741 100644
--- a/hash.c
+++ b/hash.c
@@ -609,7 +609,7 @@ static void hash_grow(struct hash *h, val hash)
h->modulus = new_modulus;
h->table = new_table;
- set(mkloc(h->table, hash), new_table);
+ setcheck(hash, new_table);
}
static val hash_assoc(val key, cnum hash, val list)