IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 28, 2007, 11:44:08 AM (19 years ago)
Author:
eugene
Message:

needed to add chip: to mosaiced output chip entry

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/config/pmConfigCamera.c

    r14722 r15086  
    689689                while ((fpaItem = psMetadataGetAndIncrement(fpaIter))) {
    690690                    assert (fpaItem->type == PS_DATA_STRING);
    691                     psMetadataAddStr(contents, PS_LIST_TAIL, fpaItem->name, 0, NULL, "_mosaicChip");
     691                    psString content = NULL; // Content to add
     692                    psStringAppend(&content, "%s:_mosaicChip ", fpaItem->name);
     693                    psMetadataAddStr(contents, PS_LIST_TAIL, fpaItem->name, 0, NULL, content);
     694                    psFree(content);
    692695                }
    693696                psFree(fpaIter);
Note: See TracChangeset for help on using the changeset viewer.