Index: trunk/psLib/src/types/psList.c
===================================================================
--- trunk/psLib/src/types/psList.c	(revision 27644)
+++ trunk/psLib/src/types/psList.c	(revision 27645)
@@ -210,4 +210,5 @@
     }
 
+    // XXX remove this as an error
     if (location < 0 || location >= (int)list->n) {
         psError(PS_ERR_BAD_PARAMETER_VALUE, true,
@@ -446,4 +447,5 @@
     psListIterator* iterator = list->iterators->data[0];
 
+    // XXX remove this as an eror
     if (! psListIteratorSet(iterator,location)) {
         psError(PS_ERR_BAD_PARAMETER_VALUE, true,
