Index: trunk/psLib/src/sys/psSlurp.c
===================================================================
--- trunk/psLib/src/sys/psSlurp.c	(revision 9001)
+++ trunk/psLib/src/sys/psSlurp.c	(revision 9002)
@@ -5,6 +5,6 @@
  *  @author Joshua Hoblitt, University of Hawaii
  *
- *  @version $Revision: 1.3 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2006-09-27 03:28:52 $
+ *  @version $Revision: 1.4 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2006-09-27 03:50:19 $
  *
  *  Copyright 2006 University of Hawaii
@@ -49,5 +49,5 @@
 
     // append '\0' to the end of the string
-    str[used + 1] = '\0';
+    str[used] = '\0';
 
     return str;
