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 109853d82c
commit c9cddd1318
6 changed files with 36 additions and 34 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;
}
}