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


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

strcache2: hash1 -> hash; -hash2.

File:
1 edited

Legend:

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

    r1902 r1913  
    213213  /* the rest of the loop. */
    214214
    215   hash_2 = strcache2_get_hash1 (ht->ht_strcache, str1) | 1;
     215  hash_2 = strcache2_get_hash (ht->ht_strcache, str1) | 1;
    216216  hash_1 += hash_2;
    217217  for (;;)
Note: See TracChangeset for help on using the changeset viewer.