Index: trunk/psLib/src/types/psList.c
===================================================================
--- trunk/psLib/src/types/psList.c	(revision 12310)
+++ trunk/psLib/src/types/psList.c	(revision 12311)
@@ -7,6 +7,6 @@
  *  @author Joshua Hoblitt, University of Hawaii
  *
- *  @version $Revision: 1.64 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2007-03-08 03:59:12 $
+ *  @version $Revision: 1.65 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2007-03-08 04:10:45 $
  *
  *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
@@ -258,5 +258,5 @@
     PS_ASSERT_PTR_NON_NULL(data, false);
 
-    if (location >= list->n) {
+    if (location != PS_LIST_HEAD && location >= list->n) {
         psLogMsg(__func__,PS_LOG_WARN,
                  "Specified location, %ld, is beyond the end of the list.  "
