Changeset 12314
- Timestamp:
- Mar 8, 2007, 9:51:59 AM (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
r12311 r12314 7 7 * @author Joshua Hoblitt, University of Hawaii 8 8 * 9 * @version $Revision: 1.6 5$ $Name: not supported by cvs2svn $10 * @date $Date: 2007-03-08 04:10:45$9 * @version $Revision: 1.66 $ $Name: not supported by cvs2svn $ 10 * @date $Date: 2007-03-08 19:51:59 $ 11 11 * 12 12 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 437 437 PS_ASSERT_LIST_NON_NULL(list, NULL); 438 438 439 if (list->head == NULL) { // list empty? 440 psError(PS_ERR_BAD_PARAMETER_NULL, true, 441 _("Specified psList reference is empty.")); 442 return NULL; 443 } 444 439 445 psListIterator* iterator = list->iterators->data[0]; 440 446
Note:
See TracChangeset
for help on using the changeset viewer.
