IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 10516


Ignore:
Timestamp:
Dec 6, 2006, 3:43:38 PM (19 years ago)
Author:
Paul Price
Message:

Fixing up corruption of CHIP.NAME.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/camera/pmFPACopy.c

    r10512 r10516  
    332332
    333333    // Update the concepts
     334    psMetadataItem *chipName = psMemIncrRefCounter(psMetadataLookup(target->concepts, "CHIP.NAME"));
    334335    psMetadataCopy(target->concepts, source->concepts);
     336    psMetadataAddItem(target->concepts, chipName, PS_LIST_TAIL, PS_META_REPLACE);
     337    psFree(chipName);
    335338    psMetadataCopy(target->parent->concepts, source->parent->concepts);
    336339
Note: See TracChangeset for help on using the changeset viewer.