IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 7, 2004, 2:09:06 PM (22 years ago)
Author:
desonia
Message:

converted files to new psError style (psErrorMsg). Removed any psAborts
from non-memory allocation code.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/sysUtils/psSysUtilsErrors.dat

    r1696 r1713  
    2222checkMemBlock_OVERFLOW                         Memory block %ld is corrupted; buffer overflow detected.
    2323memProblemCallbackDefault_MULTIPLE_FREE        Block %ld allocated at %s:%d freed more than once at %s:%d.
     24#
     25# Error Messages from psString.c:
     26#
     27psString_NCHAR_NEGATIVE                        Can not copy a negative number of characters (%d).
     28#
     29# Error Messages from psTrace.c:
     30#
     31psTrace_NULL_SUBCOMPONENT                      Sub-component %d of node %s in trace tree is NULL.
     32psTrace_NULL_TRACETREE                         Function %s called on a NULL trace level tree.
     33psTrace_ADD_NULL_COMPONENT                     Failed to add null component to trace tree.
     34psTrace_MALFORMED_COMPONENT_NAME               Failed to add '%s' to the root component tree; component must start with '.'.
     35psTrace_FAILED_TO_ADD_COMPONENT                Failed to set trace level (%d) to '%s'.
Note: See TracChangeset for help on using the changeset viewer.