IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 23356 for trunk/ppSub


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

Fixing following API change.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ppSub/src/ppSubCamera.c

    r23309 r23356  
    3333
    3434    // look for the file on the RUN metadata
    35     pmFPAfile *file = pmFPAfileDefineFromRun(&status, config, filerule); // File to return
     35    pmFPAfile *file = pmFPAfileDefineFromRun(&status, bind, config, filerule); // File to return
    3636    if (!status) {
    3737        psError(PS_ERR_UNKNOWN, false, "Failed to load file definition for %s", filerule);
Note: See TracChangeset for help on using the changeset viewer.