Changeset 3690 for trunk/psLib/test/collections/tst_psHash01.c
- Timestamp:
- Apr 8, 2005, 2:04:58 PM (21 years ago)
- Location:
- trunk/psLib/test/collections
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
tst_psHash01.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/test/collections
- Property svn:ignore
-
old new 37 37 tst_psArray01 38 38 tst_psScalar 39 tst_psMetadata05_OUT 40 tst_psMetadata_01 41 tst_psMetadata_02 42 tst_psMetadata_03 43 tst_psMetadata_04 44 tst_psMetadata_05 45 tst_psMetadata_06 46 tst_psMetadata_07 47 tst_psMetadataIO 48 header_1.fits 49 header_2.fits 50 test.config
-
- Property svn:ignore
-
trunk/psLib/test/collections/tst_psHash01.c
r3682 r3690 21 21 { 22 22 ID *id = psAlloc(sizeof(ID)); 23 p _psMemSetDeallocator(id,(psFreeFcn)IdFree);23 psMemSetDeallocator(id,(psFreeFcn)IdFree); 24 24 id->name = psStringCopy(name); 25 25
Note:
See TracChangeset
for help on using the changeset viewer.
