Changeset 3110
- Timestamp:
- Feb 2, 2005, 11:58:09 AM (21 years ago)
- Location:
- trunk/psLib/src
- Files:
-
- 2 edited
-
collections/psList.c (modified) (2 diffs)
-
types/psList.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/collections/psList.c
r3107 r3110 6 6 * @author Robert Daniel DeSonia, MHPCC 7 7 * 8 * @version $Revision: 1.3 1$ $Name: not supported by cvs2svn $9 * @date $Date: 2005-02-02 2 0:21:48$8 * @version $Revision: 1.32 $ $Name: not supported by cvs2svn $ 9 * @date $Date: 2005-02-02 21:58:09 $ 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+ location;207 location = (list->size + 1) + location; 208 208 } 209 209 -
trunk/psLib/src/types/psList.c
r3107 r3110 6 6 * @author Robert Daniel DeSonia, MHPCC 7 7 * 8 * @version $Revision: 1.3 1$ $Name: not supported by cvs2svn $9 * @date $Date: 2005-02-02 2 0:21:48$8 * @version $Revision: 1.32 $ $Name: not supported by cvs2svn $ 9 * @date $Date: 2005-02-02 21:58:09 $ 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+ location;207 location = (list->size + 1) + location; 208 208 } 209 209
Note:
See TracChangeset
for help on using the changeset viewer.
