Release calc version 2.11.0t8.3

This commit is contained in:
Landon Curt Noll
1999-10-24 06:58:53 -07:00
parent a7d401cd65
commit 49be672338
8 changed files with 119 additions and 17 deletions

View File

@@ -57,7 +57,7 @@ associndex(ASSOC *ap, BOOL create, long dim, VALUE *indices)
* so that we can first select the correct hash chain, and
* also so we can quickly compare each element for a match.
*/
hash = (QCKHASH)0;
hash = FNV1_32_BASIS;
for (i = 0; i < dim; i++)
hash = hashvalue(&indices[i], hash);