Changeset 6744
- Timestamp:
- Mar 30, 2006, 4:18:49 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/rel10_ifa/psModules/src/astrom/pmConcepts.c
r6738 r6744 92 92 // Trap the lists, which can't be copied in the ordinary way without a warning 93 93 if (blank->type == PS_DATA_LIST) { 94 copy = psMe mIncrRefCounter(blank);94 copy = psMetadataItemAllocPtr(blank->name, PS_DATA_LIST, blank->comment, blank->data.V); 95 95 } else { 96 96 copy = psMetadataItemCopy(blank);
Note:
See TracChangeset
for help on using the changeset viewer.
