IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 23355


Ignore:
Timestamp:
Mar 17, 2009, 12:31:32 PM (17 years ago)
Author:
Paul Price
Message:

Fixing following API change.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/pswarp/src/pswarpParseCamera.c

    r23297 r23355  
    2424
    2525    // look for the file on the RUN metadata
    26     pmFPAfile *file = pmFPAfileDefineFromRun(&status, config, filerule); // File to return
     26    pmFPAfile *file = pmFPAfileDefineFromRun(&status, bind, config, filerule); // File to return
    2727    if (!status) {
    2828        psError(PSWARP_ERR_CONFIG, false, "Failed to load file definition for %s", filerule);
Note: See TracChangeset for help on using the changeset viewer.