Changeset 35561 for trunk/psModules/src/camera/pmFPACopy.c
- Timestamp:
- May 9, 2013, 12:24:53 PM (13 years ago)
- Location:
- trunk/psModules
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
src/camera/pmFPACopy.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules
- Property svn:mergeinfo changed
-
trunk/psModules/src/camera/pmFPACopy.c
r24480 r35561 480 480 pmCell *sourceCell = sourceCells->data[cellNum]; // The source cell 481 481 status &= cellCopy(targetCell, sourceCell, pixels, xBin, yBin); 482 // update the attributes 483 targetCell->file_exists = sourceCell->file_exists; 484 targetCell->data_exists = sourceCell->data_exists; 485 targetCell->process = sourceCell->process; 482 486 } 483 487 } … … 489 493 psMetadataItem *chipName = psMemIncrRefCounter(psMetadataLookup(target->concepts, "CHIP.NAME")); 490 494 pmConceptsCopyChip(target, source, false); 495 496 // update the attributes 497 target->file_exists = source->file_exists; 498 target->data_exists = source->data_exists; 499 target->process = source->process; 500 491 501 psMetadataAddItem(target->concepts, chipName, PS_LIST_TAIL, PS_META_REPLACE); 492 502 psFree(chipName);
Note:
See TracChangeset
for help on using the changeset viewer.
