Index: trunk/psLib/src/sys/psString.h
===================================================================
--- trunk/psLib/src/sys/psString.h	(revision 4409)
+++ trunk/psLib/src/sys/psString.h	(revision 4434)
@@ -13,6 +13,6 @@
  *  @author Eric Van Alst, MHPCC
  *
- *  @version $Revision: 1.14 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2005-06-28 20:17:52 $
+ *  @version $Revision: 1.15 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2005-06-30 00:33:36 $
  *
  *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
@@ -64,5 +64,5 @@
 psString psStringNCopy(
     const char *string,                ///< Input string of characters to copy
-    int nChar                          ///< Number of bytes to allocate for string copy
+    unsigned int nChar                          ///< Number of bytes to allocate for string copy
 );
 
