IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 4, 2007, 3:47:45 PM (19 years ago)
Author:
Paul Price
Message:

Whoops.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ppStac/src/ppStacOptions.c

    r13270 r13271  
    101101    options->inFiles = psArrayAlloc(numInputs);
    102102    for (int i = 0; i < numInputs; i++) {
    103         psString inName = pmConfigConvertFilename(argv[i + 2], config, false);
     103        psString inName = pmConfigConvertFilename(argv[i + 2], options->config, false);
    104104        psFits *inFile = psFitsOpen(inName, "r");
    105105        if (!inFile) {
Note: See TracChangeset for help on using the changeset viewer.