diff -r fe0d69d72bcd -r 35bcb3216c0d src/cx/map.h --- a/src/cx/map.h Thu May 23 20:29:28 2024 +0200 +++ b/src/cx/map.h Thu May 23 20:31:37 2024 +0200 @@ -184,7 +184,7 @@ __attribute__((__nonnull__)) static inline void cxMapStorePointers(CxMap *map) { map->base.store_pointer = true; - map->base.item_size = sizeof(void *); + map->base.elem_size = sizeof(void *); }