IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 2538


Ignore:
Timestamp:
Nov 30, 2004, 12:00:59 PM (22 years ago)
Author:
evanalst
Message:

Update format descriptor for psS64 in abort message.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/test/sysUtils/tst_psAbort.c

    r2204 r2538  
    88 *  @author  Eric Van Alst, MHPCC
    99 *
    10  *  @version $Revision: 1.2 $  $Name: not supported by cvs2svn $
    11  *  @date  $Date: 2004-10-27 00:57:33 $
     10 *  @version $Revision: 1.3 $  $Name: not supported by cvs2svn $
     11 *  @date  $Date: 2004-11-30 22:00:59 $
    1212 *
    1313 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    4545    // Test point #1 Multiple type values placed in the error string
    4646    psAbort(__func__,
    47             "ALL TYPES intval = %d longval = %ld floatval = %f charval = %c strval = %s",
     47            "ALL TYPES intval = %d longval = %lld floatval = %f charval = %c strval = %s",
    4848            intval, longval, floatval, charval, stringval );
    4949
Note: See TracChangeset for help on using the changeset viewer.