Index: trunk/psLib/src/sys/psString.c
===================================================================
--- trunk/psLib/src/sys/psString.c	(revision 1731)
+++ trunk/psLib/src/sys/psString.c	(revision 1969)
@@ -8,7 +8,7 @@
  *
  *  @author Eric Van Alst, MHPCC
- *   
- *  @version $Revision: 1.11 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2004-09-08 21:22:47 $
+ *
+ *  @version $Revision: 1.12 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2004-10-06 01:05:41 $
  *
  *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -50,5 +50,5 @@
     // Ensure the last byte is NULL character
     if (nChar > 0) {
-        returnValue[nChar - 1] = '\0';
+        returnValue[nChar] = '\0';
     }
     // Return the string pointer
