Changeset 4392 for trunk/psLib/test/collections/tst_psHash03.c
- Timestamp:
- Jun 24, 2005, 4:02:05 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/psLib/test/collections/tst_psHash03.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/test/collections/tst_psHash03.c
r3690 r4392 26 26 27 27 id = psAlloc(sizeof(ID)); 28 psMemSetDeallocator(id,(psFreeF cn)IdFree);28 psMemSetDeallocator(id,(psFreeFunc)IdFree); 29 29 30 30 id->name = psStringCopy(name);
Note:
See TracChangeset
for help on using the changeset viewer.
