Changeset 3690 for trunk/psLib/test/collections/tst_psHash02.c
- Timestamp:
- Apr 8, 2005, 2:04:58 PM (21 years ago)
- Location:
- trunk/psLib/test/collections
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
tst_psHash02.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_psHash02.c
r3682 r3690 24 24 { 25 25 ID *id = psAlloc(sizeof(ID)); 26 p _psMemSetDeallocator(id,(psFreeFcn)IdFree);26 psMemSetDeallocator(id,(psFreeFcn)IdFree); 27 27 id->name = psStringCopy(name); 28 28
Note:
See TracChangeset
for help on using the changeset viewer.
