IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

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

changed error-text define names to indicate the file where used, not function.

File:
1 edited

Legend:

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

    r1713 r1715  
    1717# Error Messages from psMemory.c:
    1818#
    19 checkMemBlock_NULL_BLOCK                       NULL memory block found.
    20 checkMemBlock_DEREF_USE                        Memory block %ld was freed but still used.
    21 checkMemBlock_UNDERFLOW                        Memory block %ld is corrupted; buffer underflow detected.
    22 checkMemBlock_OVERFLOW                         Memory block %ld is corrupted; buffer overflow detected.
    23 memProblemCallbackDefault_MULTIPLE_FREE        Block %ld allocated at %s:%d freed more than once at %s:%d.
     19psMemory_NULL_BLOCK                            NULL memory block found.
     20psMemory_DEREF_BLOCK_USE                       Memory block %ld was freed but still used.
     21psMemory_UNDERFLOW                             Memory block %ld is corrupted; buffer underflow detected.
     22psMemory_OVERFLOW                              Memory block %ld is corrupted; buffer overflow detected.
     23psMemory_MULTIPLE_FREE                         Block %ld allocated at %s:%d freed more than once at %s:%d.
    2424#
    2525# Error Messages from psString.c:
Note: See TracChangeset for help on using the changeset viewer.