Changeset 36364 for trunk/psLib
- Timestamp:
- Dec 10, 2013, 12:53:15 PM (13 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/fits/psFits.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/fits/psFits.c
r28208 r36364 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.
