IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 26570


Ignore:
Timestamp:
Jan 12, 2010, 2:56:31 PM (16 years ago)
Author:
Paul Price
Message:

Wasn't getting filename because wasn't getting the return value! Stupid!

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/config/pmConfigRun.c

    r23748 r26570  
    160160    psArray *files = configRunFileGet(config, name, "FILES.INPUT"); // Files from RUN metadata
    161161    if (!files) {
    162         configRunFileGet(config, name, "FILES.OUTPUT");
     162        files = configRunFileGet(config, name, "FILES.OUTPUT");
    163163    }
    164164
Note: See TracChangeset for help on using the changeset viewer.