IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 25, 2006, 7:01:49 PM (20 years ago)
Author:
jhoblitt
Message:

amd64 string formatting fixes

File:
1 edited

Legend:

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

    r8627 r8629  
    88*  @author Robert Lupton, Princeton University
    99*
    10 *  @version $Revision: 1.80 $ $Name: not supported by cvs2svn $
    11 *  @date $Date: 2006-08-26 04:34:28 $
     10*  @version $Revision: 1.81 $ $Name: not supported by cvs2svn $
     11*  @date $Date: 2006-08-26 05:01:49 $
    1212*
    1313*  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    437437            ptr = memExhaustedCallback(size);
    438438            if (ptr == NULL) {
    439                 psAbort(__func__, "Failed to allocate %u bytes at %s:%d", size, file, lineno);
     439                psAbort(__func__, "Failed to allocate %zd bytes at %s:%d", size, file, lineno);
    440440            }
    441441        }
Note: See TracChangeset for help on using the changeset viewer.