IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 145


Ignore:
Timestamp:
Mar 8, 2004, 10:35:26 AM (22 years ago)
Author:
rhl
Message:

We need a hashBucket not a (hashBucket *)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/archive/pslib/src/Utils/hash.c

    r141 r145  
    3535                                 HashBucket *next)
    3636{
    37     HashBucket *bucket = psAlloc(sizeof(HashBucket *));
     37    HashBucket *bucket = psAlloc(sizeof(HashBucket));
    3838
    3939    bucket->key = psStringCopy(key);
Note: See TracChangeset for help on using the changeset viewer.