IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 23360


Ignore:
Timestamp:
Mar 17, 2009, 2:48:06 PM (17 years ago)
Author:
Paul Price
Message:

Need to bind when given something to bind to.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ppStack/src/ppStackCamera.c

    r23357 r23360  
    2727
    2828    bool found = false;             // Found the file?
    29     pmFPAfile *file = pmFPAfileDefineFromArgs(&found, config, name, "FILENAMES");
     29    pmFPAfile *file = bind ? pmFPAfileBindFromArgs(&found, config, bind, name, "FILENAMES") :
     30        pmFPAfileDefineFromArgs(&found, config, name, "FILENAMES");
    3031    if (!file || !found) {
    3132        psError(PS_ERR_UNKNOWN, false, "Unable to define file %s from %s", name, filename);
Note: See TracChangeset for help on using the changeset viewer.