mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 10:37:23 -07:00
fix macro
This commit is contained in:
parent
ed991e76b4
commit
12582df976
1 changed files with 2 additions and 4 deletions
|
@ -1421,8 +1421,7 @@ int CmdEMVScan(const char *cmd) {
|
|||
}
|
||||
|
||||
// drop field at start
|
||||
if (channel == ECC_CONTACTLESS)
|
||||
DropFieldEx( channel );
|
||||
DropFieldEx( channel );
|
||||
|
||||
JsonSaveStr(root, "$.File.Created", "proxmark3 `emv scan`");
|
||||
|
||||
|
@ -1663,8 +1662,7 @@ int CmdEMVScan(const char *cmd) {
|
|||
// free tlv object
|
||||
tlvdb_free(tlvRoot);
|
||||
|
||||
if (channel == ECC_CONTACTLESS)
|
||||
DropFieldEx( channel );
|
||||
DropFieldEx( channel );
|
||||
|
||||
res = json_dump_file(root, fname, JSON_INDENT(2));
|
||||
if (res) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue