Changeset 1914 for trunk/src/kmk/hash.c
- Timestamp:
- Oct 22, 2008, 11:25:49 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kmk/hash.c
r1913 r1914 179 179 const char *str1 = *(const char **)((const char *)key + ht->ht_off_string); 180 180 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); 182 182 unsigned int hash_2; 183 183
Note:
See TracChangeset
for help on using the changeset viewer.