IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 8, 2007, 11:53:00 AM (19 years ago)
Author:
Paul Price
Message:

Updating types in metadataItem union.

File:
1 edited

Legend:

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

    r15289 r15513  
    464464    while ((formatsItem = psMetadataGetAndIncrement(formatsIter))) {
    465465        assert(formatsItem->type == PS_DATA_METADATA); // We should have read it by now!
    466         psMetadata *format = formatsItem->data.V; // The camera format
     466        psMetadata *format = formatsItem->data.md; // The camera format
    467467
    468468        // Add a new RULE which uniquely describes the mosaicked format.  this is needed so
Note: See TracChangeset for help on using the changeset viewer.