Index: trunk/psLib/test/sysUtils/tst_psStringCopy.c
===================================================================
--- trunk/psLib/test/sysUtils/tst_psStringCopy.c	(revision 1714)
+++ trunk/psLib/test/sysUtils/tst_psStringCopy.c	(revision 1977)
@@ -12,11 +12,11 @@
  *    6) Copy string with negative size - psStringNCopy
  *    7) Verifiy creation of string literal - PS_STRING
- * 
+ *
  *  Return:   Number of test points which failed
  *
  *  @author  Eric Van Alst, MHPCC
  *
- *  @version $Revision: 1.8 $  $Name: not supported by cvs2svn $
- *  @date  $Date: 2004-09-08 00:09:36 $
+ *  @version $Revision: 1.9 $  $Name: not supported by cvs2svn $
+ *  @date  $Date: 2004-10-06 01:59:08 $
  *
  *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -136,5 +136,5 @@
     char  *strResult;
     char  stringval1[20] = "e r r o r";
-    int   substringlen = 6;
+    int   substringlen = 5;
     char  *substringval = "e r r";
 
