diff options
Diffstat (limited to 'anysum.c')
-rw-r--r-- | anysum.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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++) |