Changeset 12310
- Timestamp:
- Mar 7, 2007, 6:07:35 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/types/psHash.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/types/psHash.c
r12289 r12310 12 12 * @author GLG, MHPCC 13 13 * 14 * @version $Revision: 1. 39$ $Name: not supported by cvs2svn $15 * @date $Date: 2007-03-0 7 02:50:15 $14 * @version $Revision: 1.40 $ $Name: not supported by cvs2svn $ 15 * @date $Date: 2007-03-08 04:07:35 $ 16 16 * 17 17 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 250 250 // or a remove operation on the hash table. 251 251 252 if ( data) {252 if (!data) { 253 253 if (remove) { 254 254 // We search through the linked list for this bucket in
Note:
See TracChangeset
for help on using the changeset viewer.
