IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 30, 2004, 2:56:32 PM (22 years ago)
Author:
evanalst
Message:

Update format description for psMemoryId.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/sysUtils/psMemory.c

    r2391 r2562  
    88*  @author Robert Lupton, Princeton University
    99*
    10 *  @version $Revision: 1.45 $ $Name: not supported by cvs2svn $
    11 *  @date $Date: 2004-11-22 20:49:59 $
     10*  @version $Revision: 1.46 $ $Name: not supported by cvs2svn $
     11*  @date $Date: 2004-12-01 00:56:32 $
    1212*
    1313*  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    380380        if (checkMemBlock(ptr, __func__) != 0) {
    381381            memProblemCallback(ptr, file, lineno);
    382             psAbort(file, "Realloc detected a memory corruption (id %ld @ %s:%d).",
     382            psAbort(file, "Realloc detected a memory corruption (id %lld @ %s:%d).",
    383383                    ptr->id, ptr->file, ptr->lineno);
    384384        }
Note: See TracChangeset for help on using the changeset viewer.