IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 4556 for trunk/psLib/src/db


Ignore:
Timestamp:
Jul 14, 2005, 4:33:54 PM (21 years ago)
Author:
desonia
Message:

fixed some dropped changes of last week.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/db/psDB.c

    r4540 r4556  
    1212 *  @author Joshua Hoblitt
    1313 *
    14  *  @version $Revision: 1.38 $ $Name: not supported by cvs2svn $
    15  *  @date $Date: 2005-07-12 19:12:00 $
     14 *  @version $Revision: 1.39 $ $Name: not supported by cvs2svn $
     15 *  @date $Date: 2005-07-15 02:33:52 $
    1616 *
    1717 *  Copyright 2005 Joshua Hoblitt, University of Hawaii
     
    14091409        // invert the PSToSQL table
    14101410        psToSQLTable = psDBGetPTypeToSQLTable();
    1411         lookupTable = psHashAlloc(psToSQLTable->nbucket);
     1411        lookupTable = psHashAlloc(psToSQLTable->n);
    14121412
    14131413        list = psHashKeyList(psToSQLTable);
Note: See TracChangeset for help on using the changeset viewer.