Index: /trunk/psLib/test/sysUtils/tst_psAbort.c
===================================================================
--- /trunk/psLib/test/sysUtils/tst_psAbort.c	(revision 2537)
+++ /trunk/psLib/test/sysUtils/tst_psAbort.c	(revision 2538)
@@ -8,6 +8,6 @@
  *  @author  Eric Van Alst, MHPCC
  *
- *  @version $Revision: 1.2 $  $Name: not supported by cvs2svn $
- *  @date  $Date: 2004-10-27 00:57:33 $
+ *  @version $Revision: 1.3 $  $Name: not supported by cvs2svn $
+ *  @date  $Date: 2004-11-30 22:00:59 $
  *
  *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -45,5 +45,5 @@
     // Test point #1 Multiple type values placed in the error string
     psAbort(__func__,
-            "ALL TYPES intval = %d longval = %ld floatval = %f charval = %c strval = %s",
+            "ALL TYPES intval = %d longval = %lld floatval = %f charval = %c strval = %s",
             intval, longval, floatval, charval, stringval );
 
