stable version of BRZ using extenal memory to flush vector g

This commit is contained in:
fc_botelho
2005-09-23 20:54:31 +00:00
parent e1b7b74776
commit ded7440fd4
8 changed files with 63 additions and 40 deletions

View File

@@ -453,10 +453,8 @@ int bmz8_dump(cmph_t *mphf, FILE *fd)
{
char *buf = NULL;
cmph_uint32 buflen;
cmph_uint8 i;
cmph_uint8 two = 2; //number of hash functions
bmz8_data_t *data = (bmz8_data_t *)mphf->data;
cmph_uint8 nn, nm;
__cmph_dump(mphf, fd);
fwrite(&two, sizeof(cmph_uint8), 1, fd);