From da939f2d7d32d69faa78f2c0d2aea0ac5d5004b2 Mon Sep 17 00:00:00 2001 From: Michel Machado Date: Thu, 18 Dec 2014 08:38:57 -0300 Subject: [PATCH] f3probe: fix parameter --block-order Parameter --block-order was forcing debug mode. This directive is expected to work for both modes: debug and test. --- f3probe.c | 1 - 1 file changed, 1 deletion(-) diff --git a/f3probe.c b/f3probe.c index a6baba3..cf84655 100644 --- a/f3probe.c +++ b/f3probe.c @@ -163,7 +163,6 @@ static error_t parse_opt(int key, char *arg, struct argp_state *state) argp_error(state, "Block order must be in the interval [9, 20] or be zero"); args->block_order = ll; - args->debug = true; break; case 'k':