diff options
Diffstat (limited to '078hash.cc')
-rw-r--r-- | 078hash.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/078hash.cc b/078hash.cc index 59b3e222..91db00ba 100644 --- a/078hash.cc +++ b/078hash.cc @@ -100,7 +100,7 @@ size_t hash_mu_container(size_t h, const reagent& r) { int address = r.value; int offset = 0; for (int i = 0; i < SIZE(info.elements); ++i) { - reagent element = element_type(r, i); + reagent element = element_type(r.type, i); if (has_property(element, "ignore-for-hash")) continue; element.set_value(address+offset); h = hash(h, element); |