aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/npass/npass.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/npass/npass.c b/src/npass/npass.c
index 4a52b7d..532ef47 100644
--- a/src/npass/npass.c
+++ b/src/npass/npass.c
@@ -162,7 +162,7 @@ static int add(const char *path)
static int gen(int argc, char *argv[]) {
char *pass;
int opt, r = 0;
- size_t len = 30;
+ size_t len = PASS_DEF_LEN;
pass_gen_t gen = PASS_GEN_GRAPH;
while ((opt = getopt(argc, argv, "dagl:")) != -1) {