IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 24, 2007, 3:07:08 PM (19 years ago)
Author:
jhoblitt
Message:

fix formatting of int type

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/test/sys/tap_psError.c

    r12781 r13010  
    55 *  @author  Eric Van Alst, MHPCC
    66 *
    7  *  @version $Revision: 1.4 $  $Name: not supported by cvs2svn $
    8  *  @date  $Date: 2007-04-10 21:09:31 $
     7 *  @version $Revision: 1.5 $  $Name: not supported by cvs2svn $
     8 *  @date  $Date: 2007-04-25 01:07:08 $
    99 *
    1010 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    1515#include <stdlib.h>
    1616#include <string.h>
     17#include <inttypes.h>
     18
    1719#include "pslib.h"
    1820#include "tap.h"
     
    5355            psMemId id = psMemGetId();
    5456            psError(PS_ERR_UNKNOWN, true,
    55                     "ALL TYPES intval = %d longval = %lld floatval = %f charval = %c strval = %s",
     57                    "ALL TYPES intval = %d longval = %"PRId64 " floatval = %f charval = %c strval = %s",
    5658                    intval,longval,floatval,charval,stringval);
    5759            ok(!psMemCheckLeaks (id, NULL, NULL, false), "no memory leaks");
Note: See TracChangeset for help on using the changeset viewer.