src/list.c

changeset 855
35bcb3216c0d
parent 854
fe0d69d72bcd
child 856
6bbbf219251d
     1.1 --- a/src/list.c	Thu May 23 20:29:28 2024 +0200
     1.2 +++ b/src/list.c	Thu May 23 20:31:37 2024 +0200
     1.3 @@ -188,7 +188,7 @@
     1.4  }
     1.5  
     1.6  void cxListStorePointers(CxList *list) {
     1.7 -    list->base.item_size = sizeof(void *);
     1.8 +    list->base.elem_size = sizeof(void *);
     1.9      list->base.store_pointer = true;
    1.10      list->climpl = list->cl;
    1.11      list->cl = &cx_pointer_list_class;

mercurial