Changeset 9067 for trunk/psModules/src/camera/pmHDU.c
- Timestamp:
- Sep 29, 2006, 4:29:59 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
r8848 r9067 184 184 185 185 // Only a header 186 if (!hdu->images && !hdu->table && !psFitsWriteBlank(fits, hdu->header )) {186 if (!hdu->images && !hdu->table && !psFitsWriteBlank(fits, hdu->header, extname)) { 187 187 psError(PS_ERR_IO, false, "Unable to write header for extension %s\n", extname); 188 188 }
Note:
See TracChangeset
for help on using the changeset viewer.
