IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 8, 2004, 11:22:47 AM (22 years ago)
Author:
desonia
Message:

changed the naming conventions of errors.

File:
1 edited

Legend:

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

    r1716 r1731  
    1818#
    1919psMemory_NULL_BLOCK                    NULL memory block found.
    20 psMemory_DEREF_BLOCK_USE               Memory block %ld was freed but still used.
     20psMemory_DEREF_BLOCK_USE               Memory block %ld was freed but still being used.
    2121psMemory_UNDERFLOW                     Memory block %ld is corrupted; buffer underflow detected.
    2222psMemory_OVERFLOW                      Memory block %ld is corrupted; buffer overflow detected.
    23 psMemory_MULTIPLE_FREE                 Block %ld allocated at %s:%d freed more than once at %s:%d.
     23psMemory_MULTIPLE_FREE                 Block %ld, allocated at %s:%d, freed multiple times at %s:%d.
    2424#
    2525# Error Messages from psString.c:
Note: See TracChangeset for help on using the changeset viewer.