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/camera/pmFPAfile.c

    r22699 r23272  
    5050
    5151    psFree (file->filename);
     52    psFree (file->origname);
    5253    psFree (file->extname);
    5354
     
    8889
    8990    file->filename = NULL;
     91    file->origname = NULL;
    9092    file->extname  = NULL;
    9193
Note: See TracChangeset for help on using the changeset viewer.