Changeset 27645
- Timestamp:
- Apr 9, 2010, 4:38:54 PM (16 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/types/psList.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/types/psList.c
r18955 r27645 210 210 } 211 211 212 // XXX remove this as an error 212 213 if (location < 0 || location >= (int)list->n) { 213 214 psError(PS_ERR_BAD_PARAMETER_VALUE, true, … … 446 447 psListIterator* iterator = list->iterators->data[0]; 447 448 449 // XXX remove this as an eror 448 450 if (! psListIteratorSet(iterator,location)) { 449 451 psError(PS_ERR_BAD_PARAMETER_VALUE, true,
Note:
See TracChangeset
for help on using the changeset viewer.
