mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-22 14:23:50 -07:00
fix char
This commit is contained in:
parent
5087581a50
commit
c6e9f9781c
1 changed files with 1 additions and 1 deletions
|
@ -4081,7 +4081,7 @@ static int CmdHF14AMfEGetSc(const char *Cmd) {
|
|||
bool verbose = arg_get_lit(ctx, 2);
|
||||
CLIParserFree(ctx);
|
||||
|
||||
if (s >= MIFARE_4K_MAXSECTOR) {v
|
||||
if (s >= MIFARE_4K_MAXSECTOR) {
|
||||
PrintAndLogEx(WARNING, "Sector number must be less then 40");
|
||||
return PM3_EINVARG;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue