mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-22 22:33:48 -07:00
fix wrong arg num
This commit is contained in:
parent
378e3cd254
commit
dac0a392bd
1 changed files with 1 additions and 1 deletions
|
@ -476,7 +476,7 @@ static int CmdHfIctCredential(const char * Cmd) {
|
||||||
arg_param_end
|
arg_param_end
|
||||||
};
|
};
|
||||||
CLIExecWithReturn(ctx, Cmd, argtable, true);
|
CLIExecWithReturn(ctx, Cmd, argtable, true);
|
||||||
bool verbose = arg_get_lit(ctx, 5);
|
bool verbose = arg_get_lit(ctx, 1);
|
||||||
CLIParserFree(ctx);
|
CLIParserFree(ctx);
|
||||||
|
|
||||||
SetAPDULogging(false);
|
SetAPDULogging(false);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue