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/variable.c

    r1913 r1914  
    464464    }
    465465
    466   hash_1 = strcache2_get_ptr_hash (&variable_strcache, name);
     466  hash_1 = strcache2_calc_ptr_hash (&variable_strcache, name);
    467467  ht = &setlist->set->table;
    468468  idx = hash_1 & (ht->ht_size - 1);
Note: See TracChangeset for help on using the changeset viewer.