Changeset 5d2bdaa in mainline
- Timestamp:
- 2025-04-14T11:23:38Z (39 hours ago)
- Branches:
- master
- Children:
- b6061f8c, f94a11f
- Parents:
- 0600976
- git-author:
- Jiří Zárevúcky <zarevucky.jiri@…> (2025-04-14 11:22:34)
- git-committer:
- Jiří Zárevúcky <zarevucky.jiri@…> (2025-04-14 11:23:38)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/test/adt/odict.c
r0600976 r5d2bdaa 233 233 234 234 e->key = v; 235 odict_insert(&e->odict, &odict, &ep->odict);235 odict_insert(&e->odict, &odict, ep ? &ep->odict : NULL); 236 236 PCUT_ASSERT_ERRNO_VAL(EOK, odict_validate(&odict)); 237 237 v = seq_next(v);
Note:
See TracChangeset
for help on using the changeset viewer.