Changeset 3113 for trunk/psLib/src/collections/psList.c
- Timestamp:
- Feb 2, 2005, 2:00:10 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/collections/psList.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/collections/psList.c
r3110 r3113 6 6 * @author Robert Daniel DeSonia, MHPCC 7 7 * 8 * @version $Revision: 1.3 2$ $Name: not supported by cvs2svn $9 * @date $Date: 2005-02-0 2 21:58:09$8 * @version $Revision: 1.33 $ $Name: not supported by cvs2svn $ 9 * @date $Date: 2005-02-03 00:00:10 $ 10 10 * 11 11 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 205 205 206 206 if (location < 0) { 207 location = (list->size + 1)+ location;207 location = list->size + location; 208 208 } 209 209
Note:
See TracChangeset
for help on using the changeset viewer.
