IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 2, 2005, 10:22:22 AM (21 years ago)
Author:
evanalst
Message:

Update changes to psList.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/sysUtils/psErrorCodes.c

    r2703 r3107  
    77 *  @author Robert DeSonia, MHPCC
    88 *
    9  *  @version $Revision: 1.14 $ $Name: not supported by cvs2svn $
    10  *  @date $Date: 2004-12-13 20:49:56 $
     9 *  @version $Revision: 1.15 $ $Name: not supported by cvs2svn $
     10 *  @date $Date: 2005-02-02 20:22:22 $
    1111 *
    1212 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    7676
    7777        // search dynamic list of error descriptions before giving up.
    78         psListIterator* iter = psListIteratorAlloc(dynamicErrorCodes,PS_LIST_HEAD);
    79         while ((desc = (psErrorDescription*)psListGetNext(iter)) != NULL) {
     78        psListIterator* iter = psListIteratorAlloc(dynamicErrorCodes,PS_LIST_HEAD,true);
     79        while ((desc = (psErrorDescription*)psListGetAndIncrement(iter)) != NULL) {
    8080            if (desc->code == code) {
    8181                psFree(iter);
Note: See TracChangeset for help on using the changeset viewer.