IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 11, 2009, 11:46:17 AM (17 years ago)
Author:
Paul Price
Message:

Want filenames in the RUN metadata to be the names before they're unmangled (e.g., want neb://wherever instead of /path/to/wherever). Added new element to pmFPAfile to hold the unmangled name.

File:
1 edited

Legend:

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

    r23268 r23272  
    5151
    5252    const char *name = file->name;      // Name of symbolic file
    53     const char *value = file->filename; // Value of symbolic file: the file name
     53    const char *value = file->origname ? file->origname : file->filename; // The file (system) name
    5454
    5555    psString regex = NULL;              // Regular expression for iteration
Note: See TracChangeset for help on using the changeset viewer.