Changeset 15092
- Timestamp:
- Sep 28, 2007, 2:53:53 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/config/pmConfigCamera.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/config/pmConfigCamera.c
r15086 r15092 606 606 } 607 607 psMetadataAddStr(file, PS_LIST_TAIL, "CONTENT", PS_META_REPLACE, "Key to CONTENTS menu", 608 " {CHIP.NAME}");608 "PS_CNTNT"); 609 609 // Don't need CELL.NAME for chip-mosaicked camera 610 610 if (psMetadataLookup(file, "CELL.NAME")) { … … 629 629 if (!strcasecmp(phuItem->data.str, "FPA") && !strcasecmp(extensionsItem->data.str, "CHIP")) { 630 630 // ensure the value of CONTENT in the FILE section has the right value 631 psMetadataAddStr(file, PS_LIST_TAIL, "CONTENT", PS_META_REPLACE, "Key to CONTENTS menu", "{CHIP.NAME}"); 631 psMetadataAddStr(file, PS_LIST_TAIL, "CONTENT", PS_META_REPLACE, "Key to CONTENTS menu", 632 "PS_CNTNT"); 632 633 633 634 // List the chipName:chipType for each chip. … … 692 693 psStringAppend(&content, "%s:_mosaicChip ", fpaItem->name); 693 694 psMetadataAddStr(contents, PS_LIST_TAIL, fpaItem->name, 0, NULL, content); 694 psFree(content);695 psFree(content); 695 696 } 696 697 psFree(fpaIter);
Note:
See TracChangeset
for help on using the changeset viewer.
