Changeset 7719
- Timestamp:
- Jun 27, 2006, 7:21:15 PM (20 years ago)
- Location:
- trunk/psModules/src/camera
- Files:
-
- 2 edited
-
pmFPAConstruct.c (modified) (1 diff)
-
pmHDU.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/camera/pmFPAConstruct.c
r7717 r7719 483 483 484 484 // Prepare the PHU to be placed in the camera hierarchy 485 pmHDU *phdu = pmHDUAlloc( "PHU");// The primary header data unit485 pmHDU *phdu = pmHDUAlloc(NULL); // The primary header data unit 486 486 // Casting to psPtr to avoide "warning: passing arg 1 of `p_psMemIncrRefCounter' discards qualifiers from 487 487 // pointer target type" -
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.
