vesion 0.4. It was included the bmz8 algorithm to generate mphfs for small set of keys (at most 256 keys), the vector adpter and some bugs have been corrected.

This commit is contained in:
fc_botelho
2005-09-16 02:53:07 +00:00
parent b78fa91879
commit 2303517703
9 changed files with 69 additions and 69 deletions

View File

@@ -143,9 +143,9 @@ int main(int argc, char **argv)
break;
}
}
if (!valid)
if (!valid || mph_algo == CMPH_BRZ)
{
fprintf(stderr, "Invalid mph algorithm: %s\n", optarg);
fprintf(stderr, "Invalid mph algorithm: %s. It is not available in version %s\n", optarg, VERSION);
return -1;
}
}