Index: /trunk/psLib/test/sysUtils/tst_psString.c
===================================================================
--- /trunk/psLib/test/sysUtils/tst_psString.c	(revision 2277)
+++ /trunk/psLib/test/sysUtils/tst_psString.c	(revision 2278)
@@ -17,6 +17,6 @@
  *  @author  Eric Van Alst, MHPCC
  *
- *  @version $Revision: 1.10 $  $Name: not supported by cvs2svn $
- *  @date  $Date: 2004-10-27 00:57:33 $
+ *  @version $Revision: 1.11 $  $Name: not supported by cvs2svn $
+ *  @date  $Date: 2004-11-04 19:30:05 $
  *
  *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -223,6 +223,6 @@
     strResult = psStringNCopy(stringval, negativeSize);
     if ( strResult != NULL ) {
-        fprintf(stderr,"Failed test point #6 return value = %ld expected NULL\n",
-                (psU64)strResult);
+        fprintf(stderr,"Failed test point #6 return value = %p expected NULL\n",
+                strResult);
         return 1;
     }
Index: /trunk/psLib/test/sysUtils/tst_psStringCopy.c
===================================================================
--- /trunk/psLib/test/sysUtils/tst_psStringCopy.c	(revision 2277)
+++ /trunk/psLib/test/sysUtils/tst_psStringCopy.c	(revision 2278)
@@ -17,6 +17,6 @@
  *  @author  Eric Van Alst, MHPCC
  *
- *  @version $Revision: 1.10 $  $Name: not supported by cvs2svn $
- *  @date  $Date: 2004-10-27 00:57:33 $
+ *  @version $Revision: 1.11 $  $Name: not supported by cvs2svn $
+ *  @date  $Date: 2004-11-04 19:30:05 $
  *
  *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -223,6 +223,6 @@
     strResult = psStringNCopy(stringval, negativeSize);
     if ( strResult != NULL ) {
-        fprintf(stderr,"Failed test point #6 return value = %ld expected NULL\n",
-                (psU64)strResult);
+        fprintf(stderr,"Failed test point #6 return value = %p expected NULL\n",
+                strResult);
         return 1;
     }
