Changeset 1914 for trunk/src/kmk/variable.c
- Timestamp:
- Oct 22, 2008, 11:25:49 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kmk/variable.c
r1913 r1914 464 464 } 465 465 466 hash_1 = strcache2_ get_ptr_hash (&variable_strcache, name);466 hash_1 = strcache2_calc_ptr_hash (&variable_strcache, name); 467 467 ht = &setlist->set->table; 468 468 idx = hash_1 & (ht->ht_size - 1);
Note:
See TracChangeset
for help on using the changeset viewer.