Index: /trunk/psLib/src/collections/psList.c
===================================================================
--- /trunk/psLib/src/collections/psList.c	(revision 3109)
+++ /trunk/psLib/src/collections/psList.c	(revision 3110)
@@ -6,6 +6,6 @@
  *  @author Robert Daniel DeSonia, MHPCC
  *
- *  @version $Revision: 1.31 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2005-02-02 20:21:48 $
+ *  @version $Revision: 1.32 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2005-02-02 21:58:09 $
  *
  *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -205,5 +205,5 @@
 
     if (location < 0) {
-        location = list->size + location;
+        location = (list->size + 1) + location;
     }
 
Index: /trunk/psLib/src/types/psList.c
===================================================================
--- /trunk/psLib/src/types/psList.c	(revision 3109)
+++ /trunk/psLib/src/types/psList.c	(revision 3110)
@@ -6,6 +6,6 @@
  *  @author Robert Daniel DeSonia, MHPCC
  *
- *  @version $Revision: 1.31 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2005-02-02 20:21:48 $
+ *  @version $Revision: 1.32 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2005-02-02 21:58:09 $
  *
  *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -205,5 +205,5 @@
 
     if (location < 0) {
-        location = list->size + location;
+        location = (list->size + 1) + location;
     }
 
