src/cx/map.h

changeset 855
35bcb3216c0d
parent 854
fe0d69d72bcd
child 856
6bbbf219251d
     1.1 --- a/src/cx/map.h	Thu May 23 20:29:28 2024 +0200
     1.2 +++ b/src/cx/map.h	Thu May 23 20:31:37 2024 +0200
     1.3 @@ -184,7 +184,7 @@
     1.4  __attribute__((__nonnull__))
     1.5  static inline void cxMapStorePointers(CxMap *map) {
     1.6      map->base.store_pointer = true;
     1.7 -    map->base.item_size = sizeof(void *);
     1.8 +    map->base.elem_size = sizeof(void *);
     1.9  }
    1.10  
    1.11  

mercurial