Index: trunk/psLib/src/collections/psList.c
===================================================================
--- trunk/psLib/src/collections/psList.c	(revision 2698)
+++ trunk/psLib/src/collections/psList.c	(revision 2699)
@@ -6,6 +6,6 @@
  *  @author Robert Daniel DeSonia, MHPCC
  *
- *  @version $Revision: 1.25 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2004-12-11 01:19:06 $
+ *  @version $Revision: 1.26 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2004-12-11 01:24:14 $
  *
  *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -257,5 +257,5 @@
     }
 
-    if (location >= (int)list->size) {
+    if (location > 0 && location >= (int)list->size) {
         psLogMsg(__func__,PS_LOG_WARN,
                  "Specified location, %d, is beyond the end of the list.  "
