Index: trunk/psLib/src/sysUtils/psString.c
===================================================================
--- trunk/psLib/src/sysUtils/psString.c	(revision 631)
+++ trunk/psLib/src/sysUtils/psString.c	(revision 635)
@@ -8,6 +8,6 @@
  *  @author Eric Van Alst, MHPCC
  *   
- *  @version $Revision: 1.4 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2004-05-10 19:01:36 $
+ *  @version $Revision: 1.5 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2004-05-10 23:37:36 $
  *
  *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -88,5 +88,5 @@
     // Ensure the last byte is NULL character
     if ( nChar > 0 ) {
-        returnValue[nChar-1] = NULL;
+        returnValue[nChar-1] = '\0';
     }
 
