diff options
Diffstat (limited to 'builtins/table.c')
| -rw-r--r-- | builtins/table.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/builtins/table.c b/builtins/table.c index 6b63be8d..6afca9ce 100644 --- a/builtins/table.c +++ b/builtins/table.c @@ -500,7 +500,7 @@ public uint32_t Table$hash(const table_t *t, const TypeInfo *type) default_hash, }; uint32_t hash; - halfsiphash(&components, sizeof(components), TOMO_HASH_VECTOR, (uint8_t*)&hash, sizeof(hash)); + halfsiphash(&components, sizeof(components), TOMO_HASH_KEY, (uint8_t*)&hash, sizeof(hash)); return hash; } |
