From 20738a57a84edc4888b812762f5089fc1eb6f103 Mon Sep 17 00:00:00 2001 From: Philippe Teuwen Date: Tue, 27 Jul 2021 19:02:05 +0200 Subject: [PATCH] fix hf 15 samples cliparser --- client/src/cmdhf15.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/cmdhf15.c b/client/src/cmdhf15.c index 4c82dc0e3..f53649a30 100644 --- a/client/src/cmdhf15.c +++ b/client/src/cmdhf15.c @@ -624,7 +624,7 @@ static int CmdHF15Samples(const char *Cmd) { arg_param_begin, arg_param_end }; - CLIExecWithReturn(ctx, Cmd, argtable, false); + CLIExecWithReturn(ctx, Cmd, argtable, true); CLIParserFree(ctx); clearCommandBuffer();