aboutsummaryrefslogtreecommitdiffhomepage
path: root/test.c
diff options
context:
space:
mode:
authortsyrogit <tsyrogit@users.noreply.github.com>2017-12-09 16:31:36 +0000
committerGitHub <noreply@github.com>2017-12-09 16:31:36 +0000
commit3218efa6eaf4f8067e86a7db6297c7eb215f4120 (patch)
tree2ca545164d4a99902add03be3911dbc866b3be10 /test.c
parenta64315ede3c54e2d6d6548bce3791f52c2e3cca5 (diff)
parentf7037ff39bdff62f20ba325f25c86c035840691d (diff)
downloadzxcvbn-c-3218efa6eaf4f8067e86a7db6297c7eb215f4120.tar.gz
Merge pull request #20 from Perlbotics/bugfix-kbd
Bugfix kbd
Diffstat (limited to 'test.c')
-rw-r--r--test.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/test.c b/test.c
index 8a4797b..df2b41f 100644
--- a/test.c
+++ b/test.c
@@ -210,6 +210,7 @@ int main(int argc, char **argv)
Quiet = 0;
Checks = 0;
White = 0;
+
if (!ZxcvbnInit("zxcvbn.dict"))
{
printf("Failed to open dictionary file\n");