IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 10, 2007, 2:16:52 PM (19 years ago)
Author:
Paul Price
Message:

Fixing definition of PPSUB.SOURCES

File:
1 edited

Legend:

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

    r14806 r14808  
    129129
    130130    pmFPAfile *sources = pmFPAfileBindFromArgs(&status, input, config, "PPSUB.SOURCES", "SOURCES");
    131     if (!sources) {
     131    if (!status) {
    132132        psError(PS_ERR_IO, false, "Failed to load file definition PPSUB.SOURCES");
    133133        return false;
    134134    }
    135     if (ref->type != PM_FPA_FILE_CMF) {
     135    if (sources->type != PM_FPA_FILE_CMF) {
    136136        psError(PS_ERR_IO, true, "PPSUB.SOURCES is not of type CMF");
    137137        return false;
Note: See TracChangeset for help on using the changeset viewer.