]> pilppa.org Git - uci.git/blobdiff - ucimap.c
rename ucimap_data::section to ptr
[uci.git] / ucimap.c
index 7637bd5572d2fd22f2c1127dc80bd21c3cd98f29..7f2cf38bd3fed7a8e3a7dc6a888c2af9acd5cb7f 100644 (file)
--- a/ucimap.c
+++ b/ucimap.c
@@ -193,11 +193,11 @@ ucimap_handle_fixup(struct uci_map *map, struct uci_fixup *f)
 
        switch(f->type & UCIMAP_TYPE) {
        case UCIMAP_SIMPLE:
-               f->data->section = ptr;
+               f->data->ptr = ptr;
                break;
        case UCIMAP_LIST:
                list = f->data->list;
-               list->item[list->n_items++].section = ptr;
+               list->item[list->n_items++].ptr = ptr;
                break;
        }
        return true;