From 3628e4389ef9455960c42466487385fc228566c3 Mon Sep 17 00:00:00 2001 From: Tyge Løvset Date: Tue, 5 Sep 2023 13:01:50 +0200 Subject: Renamed (half) internal function cfasthash() => cbytehash(). Fixed missing parameter in call of i_hash(). --- include/stc/cbox.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/stc/cbox.h') 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 -- cgit v1.2.3