*** empty log message ***

This commit is contained in:
fc_botelho
2005-08-06 20:20:04 +00:00
parent b95fd8234a
commit 33a669055e
3 changed files with 286 additions and 121 deletions

View File

@@ -248,6 +248,7 @@ int main(int argc, char **argv)
cmph_uint32 buflen = 0;
source->read(source->data, &buf, &buflen);
h = cmph_search(mphf, buf, buflen);
assert(h < source->nkeys);
if(hashtable[h])fprintf(stderr, "collision: %u\n",h);
assert(hashtable[h]==0);
hashtable[h] = 1;