Changeset 12311
- Timestamp:
- Mar 7, 2007, 6:10:45 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/types/psList.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/types/psList.c
r12309 r12311 7 7 * @author Joshua Hoblitt, University of Hawaii 8 8 * 9 * @version $Revision: 1.6 4$ $Name: not supported by cvs2svn $10 * @date $Date: 2007-03-08 0 3:59:12$9 * @version $Revision: 1.65 $ $Name: not supported by cvs2svn $ 10 * @date $Date: 2007-03-08 04:10:45 $ 11 11 * 12 12 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 258 258 PS_ASSERT_PTR_NON_NULL(data, false); 259 259 260 if (location >= list->n) {260 if (location != PS_LIST_HEAD && location >= list->n) { 261 261 psLogMsg(__func__,PS_LOG_WARN, 262 262 "Specified location, %ld, is beyond the end of the list. "
Note:
See TracChangeset
for help on using the changeset viewer.
