IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 4, 2008, 5:39:31 PM (18 years ago)
Author:
bills
Message:

fix compile error

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ppMerge/src/ppMergeCamera.c

    r17915 r17929  
    268268
    269269    // Output image
    270     pmFPA *fpa = pmFPAConstruct(config->camera); // FPA to contain the output
     270    pmFPA *fpa = pmFPAConstruct(config->camera, config->cameraName); // FPA to contain the output
    271271    if (!fpa) {
    272272        psError(PS_ERR_UNEXPECTED_NULL, false, "Unable to construct an FPA from camera configuration.");
Note: See TracChangeset for help on using the changeset viewer.