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/pmFPAfileFitsIO.c

    r11339 r11687  
    4747    case PM_FPA_LEVEL_NONE:
    4848    default:
    49         psAbort(PS_FILE_LINE, "Should never get here: bad phu level.\n");
     49        psAbort("Should never get here: bad phu level.\n");
    5050    }
    5151
     
    8787    case PM_FPA_LEVEL_NONE:
    8888    default:
    89         psAbort(PS_FILE_LINE, "Should never get here: bad phu level.\n");
     89        psAbort("Should never get here: bad phu level.\n");
    9090    }
    9191    return NULL;
     
    280280    case PM_FPA_LEVEL_NONE:
    281281    default:
    282         psAbort(PS_FILE_LINE, "Should never reach here: invalid file level.");
     282        psAbort("Should never reach here: invalid file level.");
    283283    }
    284284
Note: See TracChangeset for help on using the changeset viewer.