IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 27645


Ignore:
Timestamp:
Apr 9, 2010, 4:38:54 PM (16 years ago)
Author:
eugene
Message:

added comments

File:
1 edited

Legend:

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

    r18955 r27645  
    210210    }
    211211
     212    // XXX remove this as an error
    212213    if (location < 0 || location >= (int)list->n) {
    213214        psError(PS_ERR_BAD_PARAMETER_VALUE, true,
     
    446447    psListIterator* iterator = list->iterators->data[0];
    447448
     449    // XXX remove this as an eror
    448450    if (! psListIteratorSet(iterator,location)) {
    449451        psError(PS_ERR_BAD_PARAMETER_VALUE, true,
Note: See TracChangeset for help on using the changeset viewer.