Changeset 20455
- Timestamp:
- Oct 28, 2008, 3:36:07 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/ppImage/src/ppImageDetrendRecord.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppImage/src/ppImageDetrendRecord.c
r20454 r20455 34 34 pmHDU *hdu = pmHDUGetHighest(input->parent->parent, input->parent, input); // HDU for cell 35 35 36 const char *base = basename(file->filename); // Base name of file 36 // Strip off path and Nebulous bits 37 char *base = file->filename; // Base name of file 38 for (char *new = base; (new = strpbrk(base, "/:")); base = new + 1); // No action 37 39 38 40 // We don't want multiple listings in the header saying the same thing, so make sure we haven't put the
Note:
See TracChangeset
for help on using the changeset viewer.
