aboutsummaryrefslogtreecommitdiffstats
path: root/anysum.c
diff options
context:
space:
mode:
Diffstat (limited to 'anysum.c')
-rw-r--r--anysum.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/anysum.c b/anysum.c
index 6853ca5..de85e46 100644
--- a/anysum.c
+++ b/anysum.c
@@ -107,7 +107,8 @@ main(int argc, char **argv)
}
}
ret = calculate_and_print_each(argv, config.algorithms, config.nalgorithms, config.threads,
- config.format, config.hexinput, config.recursive);
+ config.format, config.hexinput, config.recursive, config.xdev,
+ config.xlink);
}
for (i = 0; i < config.nalgorithms; i++)