Index: /trunk/psLib/src/sys/psString.c
===================================================================
--- /trunk/psLib/src/sys/psString.c	(revision 5568)
+++ /trunk/psLib/src/sys/psString.c	(revision 5569)
@@ -12,6 +12,6 @@
  *  @author Eric Van Alst, MHPCC
  *
- *  @version $Revision: 1.20 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2005-07-12 19:12:01 $
+ *  @version $Revision: 1.21 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2005-11-22 19:11:07 $
  *
  *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
@@ -53,7 +53,6 @@
 
     // Ensure the last byte is NULL character
-    if (nChar > 0) {
-        returnValue[nChar] = '\0';
-    }
+    returnValue[nChar] = '\0';
+
     // Return the string pointer
     return returnValue;
