IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 387


Ignore:
Timestamp:
Apr 2, 2004, 4:35:45 AM (22 years ago)
Author:
rhl
Message:

Make psAbort call psErrorStackPrint

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/archive/pslib/src/Utils/misc.c

    r330 r387  
    2323{
    2424    va_list ap;
     25   
    2526    va_start(ap, fmt);
     27    psErrorStackPrint(stderr, "Error traceback:");
     28    va_end(ap);
    2629
     30    va_start(ap, fmt);
    2731    p_psVLogMsg(name, PS_LOG_ABORT, fmt, ap);
     32    va_end(ap);
     33   
    2834    abort();
    2935}
Note: See TracChangeset for help on using the changeset viewer.