IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 12310


Ignore:
Timestamp:
Mar 7, 2007, 6:07:35 PM (19 years ago)
Author:
Paul Price
Message:

Got things the wrong way around.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/types/psHash.c

    r12289 r12310  
    1212*  @author GLG, MHPCC
    1313*
    14 *  @version $Revision: 1.39 $ $Name: not supported by cvs2svn $
    15 *  @date $Date: 2007-03-07 02:50:15 $
     14*  @version $Revision: 1.40 $ $Name: not supported by cvs2svn $
     15*  @date $Date: 2007-03-08 04:07:35 $
    1616*
    1717*  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    250250    // or a remove operation on the hash table.
    251251
    252     if (data) {
     252    if (!data) {
    253253        if (remove) {
    254254            // We search through the linked list for this bucket in
Note: See TracChangeset for help on using the changeset viewer.