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