IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 36364 for trunk/psLib


Ignore:
Timestamp:
Dec 10, 2013, 12:53:15 PM (13 years ago)
Author:
mhuber
Message:

misc ppStack issues -- if cfitsio fault then really want status as well as filename; psFree has to be used/uncomment back in in ppStack, actual cause of any possible abort must rather itself be fixed

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/fits/psFits.c

    r28208 r36364  
    243243        (&fptr, name, iomode, &status);
    244244        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);
    246247            return NULL;
    247248        }
Note: See TracChangeset for help on using the changeset viewer.