IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 7, 2009, 3:55:42 PM (17 years ago)
Author:
Paul Price
Message:

file->name is not the filename.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/pap/ppStack/src/ppStackSetup.c

    r25788 r25798  
    5050    for (int i = 0; i < num; i++) {
    5151        pmFPAfile *file = pmFPAfileSelectSingle(config->files, "PPSTACK.INPUT", i); // File of interest
    52         options->origImages->data[i] = psStringCopy(file->name);
     52        options->origImages->data[i] = psStringCopy(file->filename);
    5353    }
    5454
Note: See TracChangeset for help on using the changeset viewer.