Index: /trunk/psLib/test/sysUtils/tst_psError.c
===================================================================
--- /trunk/psLib/test/sysUtils/tst_psError.c	(revision 2549)
+++ /trunk/psLib/test/sysUtils/tst_psError.c	(revision 2550)
@@ -13,6 +13,6 @@
  *  @author  Eric Van Alst, MHPCC
  *
- *  @version $Revision: 1.15 $  $Name: not supported by cvs2svn $
- *  @date  $Date: 2004-11-04 01:05:00 $
+ *  @version $Revision: 1.16 $  $Name: not supported by cvs2svn $
+ *  @date  $Date: 2004-11-30 23:44:17 $
  *
  *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -281,5 +281,5 @@
     // Test point #1 Multiple type values placed in the error string
     psError(PS_ERR_UNKNOWN, true,
-            "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);
 
