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