IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 24854


Ignore:
Timestamp:
Jul 20, 2009, 8:28:22 AM (17 years ago)
Author:
bills
Message:

fix an incorrect error message

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/camera/pmFPAWrite.c

    r24768 r24854  
    741741    }
    742742    if (!psFitsCompressionApply(fits, compress)) {
    743         psError(PS_ERR_UNKNOWN, false, "Unable to set FITS compression to NONE");
     743        psError(PS_ERR_UNKNOWN, false, "Unable to restore FITS compression");
    744744        psFree(compress);
    745745        return false;
Note: See TracChangeset for help on using the changeset viewer.