Changeset 7719 for trunk/psModules/src/camera/pmHDU.c
- Timestamp:
- Jun 27, 2006, 7:21:15 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/camera/pmHDU.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/camera/pmHDU.c
r7718 r7719 170 170 // Preserve the extension name, if it's the PHU 171 171 char *extname = hdu->extname; // The name of the extension 172 if ( strcasecmp(extname, "PHU") == 0&& hdu->header) {172 if (!extname && hdu->header) { 173 173 bool mdok = true; // Status of MD lookup 174 174 extname = psMetadataLookupStr(&mdok, hdu->header, "EXTNAME");
Note:
See TracChangeset
for help on using the changeset viewer.
