Changeset 1747 for trunk/psLib/src/collections/psHash.c
- Timestamp:
- Sep 8, 2004, 4:23:27 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/collections/psHash.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/collections/psHash.c
r1440 r1747 11 11 * @author George Gusciora, MHPCC 12 12 * 13 * @version $Revision: 1. 2$ $Name: not supported by cvs2svn $14 * @date $Date: 2004-0 8-09 23:34:57 $13 * @version $Revision: 1.3 $ $Name: not supported by cvs2svn $ 14 * @date $Date: 2004-09-09 02:23:27 $ 15 15 * 16 16 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 61 61 ptr = table->buckets[i]; 62 62 while (ptr != NULL) { 63 psListAdd(myLinkList, ptr->key, PS_LIST_HEAD);63 psListAdd(myLinkList, PS_LIST_HEAD, ptr->key); 64 64 ptr = ptr->next; 65 65 }
Note:
See TracChangeset
for help on using the changeset viewer.
