Changeset b6061f8c in mainline for uspace/lib/c/test/adt/odict.c


Ignore:
Timestamp:
2025-04-14T14:18:50Z (8 months ago)
Author:
GitHub <noreply@…>
Children:
f444633
Parents:
c7c6afd (diff), 5d2bdaa (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
git-author:
Wayne Thornton <wmthornton-dev@…> (2025-04-14 14:18:50)
git-committer:
GitHub <noreply@…> (2025-04-14 14:18:50)
Message:

Merge branch 'HelenOS:master' into master

File:
1 edited

Legend:

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

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