IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 146


Ignore:
Timestamp:
Mar 8, 2004, 10:42:05 AM (22 years ago)
Author:
rhl
Message:

Added file:lineno to memProblemCB0() message

File:
1 edited

Legend:

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

    r141 r146  
    8282
    8383    if (lineno > 0) {
    84         psAbort(__func__, "Detected memory corruption");
     84        psAbort(__func__, "Detected memory corruption at %s:%d", file, lineno);
    8585    }
    8686}
Note: See TracChangeset for help on using the changeset viewer.