- Timestamp:
- Dec 10, 2013, 2:12:33 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20130904/psLib/src/fits/psFits.c
r28208 r36369 243 243 (&fptr, name, iomode, &status); 244 244 if (fptr == NULL || status != 0) { 245 psFitsDumpErrors(PS_ERR_IO, _("Could not open file,'%s'"), name); 245 // MEH -- if cfitsio error and have status, really want to know it as well and should be added where lacking elsewhere 246 psFitsDumpErrors(PS_ERR_IO, _("Could not open file,'%s %d'"), name,status); 246 247 return NULL; 247 248 }
Note:
See TracChangeset
for help on using the changeset viewer.
