Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/c/test/adt/odict.c

    r5d2bdaa rfc9167f  
    233233
    234234                e->key = v;
    235                 odict_insert(&e->odict, &odict, ep ? &ep->odict : NULL);
     235                odict_insert(&e->odict, &odict, &ep->odict);
    236236                PCUT_ASSERT_ERRNO_VAL(EOK, odict_validate(&odict));
    237237                v = seq_next(v);
Note: See TracChangeset for help on using the changeset viewer.