IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 12311


Ignore:
Timestamp:
Mar 7, 2007, 6:10:45 PM (19 years ago)
Author:
Paul Price
Message:

Removed criterion that was important.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/types/psList.c

    r12309 r12311  
    77 *  @author Joshua Hoblitt, University of Hawaii
    88 *
    9  *  @version $Revision: 1.64 $ $Name: not supported by cvs2svn $
    10  *  @date $Date: 2007-03-08 03:59:12 $
     9 *  @version $Revision: 1.65 $ $Name: not supported by cvs2svn $
     10 *  @date $Date: 2007-03-08 04:10:45 $
    1111 *
    1212 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    258258    PS_ASSERT_PTR_NON_NULL(data, false);
    259259
    260     if (location >= list->n) {
     260    if (location != PS_LIST_HEAD && location >= list->n) {
    261261        psLogMsg(__func__,PS_LOG_WARN,
    262262                 "Specified location, %ld, is beyond the end of the list.  "
Note: See TracChangeset for help on using the changeset viewer.