summaryrefslogtreecommitdiffhomepage
path: root/include/stc/cbox.h
diff options
context:
space:
mode:
authorTyge Løvset <[email protected]>2023-09-05 13:01:50 +0200
committerTyge Løvset <[email protected]>2023-09-05 13:01:50 +0200
commit3628e4389ef9455960c42466487385fc228566c3 (patch)
treebf77c960cc44640485a47efb01d80a430747d586 /include/stc/cbox.h
parent5e38c27f35d8916770a5e1f9a586c7d73e27bad1 (diff)
downloadSTC-modified-3628e4389ef9455960c42466487385fc228566c3.tar.gz
STC-modified-3628e4389ef9455960c42466487385fc228566c3.zip
Renamed (half) internal function cfasthash() => cbytehash().
Fixed missing parameter in call of i_hash().
Diffstat (limited to 'include/stc/cbox.h')
-rw-r--r--include/stc/cbox.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/stc/cbox.h b/include/stc/cbox.h
index 37daa69e..55ce9711 100644
--- a/include/stc/cbox.h
+++ b/include/stc/cbox.h
@@ -180,7 +180,7 @@ STC_INLINE void _cx_MEMB(_assign)(_cx_Self* self, _cx_Self* moved) {
{ return i_hash(rx); }
STC_INLINE uint64_t _cx_MEMB(_hash)(const _cx_Self* self)
- { _cx_raw rx = i_keyto(self->get); return i_hash(&rx); }
+ { _cx_raw rx = i_keyto(self->get); return i_hash((&rx)); }
#endif // i_no_hash
#else