IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 7, 2007, 1:58:17 PM (19 years ago)
Author:
jhoblitt
Message:

update psAbort() API

File:
1 edited

Legend:

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

    r11626 r11687  
    8686        return &hdu->weights;
    8787    default:
    88         psAbort(__func__, "Unknown write type: %x\n", type);
     88        psAbort("Unknown write type: %x\n", type);
    8989    }
    9090    return NULL;
     
    105105        return pmHDUWriteWeight(hdu, fits);
    106106    default:
    107         psAbort(__func__, "Unknown write type: %x\n", type);
     107        psAbort("Unknown write type: %x\n", type);
    108108    }
    109109    return false;
Note: See TracChangeset for help on using the changeset viewer.