Changeset 1914 for trunk/src/kmk/hash.c


Ignore:
Timestamp:
Oct 22, 2008, 11:25:49 PM (17 years ago)
Author:
bird
Message:

strcache2: strcache2_get_ptr_hash -> strcache2_calc_ptr_hash.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kmk/hash.c

    r1913 r1914  
    179179  const char *str1 = *(const char **)((const char *)key + ht->ht_off_string);
    180180  const char *str2;
    181   unsigned int hash_1 = strcache2_get_ptr_hash (ht->ht_strcache, str1);
     181  unsigned int hash_1 = strcache2_calc_ptr_hash (ht->ht_strcache, str1);
    182182  unsigned int hash_2;
    183183
Note: See TracChangeset for help on using the changeset viewer.