Changeset 7923 for trunk/psModules/src/camera/pmFPARead.c
- Timestamp:
- Jul 17, 2006, 4:49:48 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/camera/pmFPARead.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/camera/pmFPARead.c
r7859 r7923 322 322 pmHDU *hdu = pmHDUFromCell(cell); // The HDU 323 323 if (!hdu) { 324 return false; // Nothing to see here; move along324 return true; // We read everything we could 325 325 } 326 326 if (!hdu->images && !pmHDURead(hdu, fits)) {
Note:
See TracChangeset
for help on using the changeset viewer.
