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