Changeset 3107 for trunk/psLib/src/sysUtils/psErrorCodes.c
- Timestamp:
- Feb 2, 2005, 10:22:22 AM (21 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/sysUtils/psErrorCodes.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/sysUtils/psErrorCodes.c
r2703 r3107 7 7 * @author Robert DeSonia, MHPCC 8 8 * 9 * @version $Revision: 1.1 4$ $Name: not supported by cvs2svn $10 * @date $Date: 200 4-12-13 20:49:56$9 * @version $Revision: 1.15 $ $Name: not supported by cvs2svn $ 10 * @date $Date: 2005-02-02 20:22:22 $ 11 11 * 12 12 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 76 76 77 77 // search dynamic list of error descriptions before giving up. 78 psListIterator* iter = psListIteratorAlloc(dynamicErrorCodes,PS_LIST_HEAD );79 while ((desc = (psErrorDescription*)psListGet Next(iter)) != NULL) {78 psListIterator* iter = psListIteratorAlloc(dynamicErrorCodes,PS_LIST_HEAD,true); 79 while ((desc = (psErrorDescription*)psListGetAndIncrement(iter)) != NULL) { 80 80 if (desc->code == code) { 81 81 psFree(iter);
Note:
See TracChangeset
for help on using the changeset viewer.
