mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 18:48:13 -07:00
cppchecker
This commit is contained in:
parent
89f43c1221
commit
05c5179b41
1 changed files with 1 additions and 2 deletions
|
@ -146,9 +146,8 @@ static int CmdEMVSearch(const char *Cmd) {
|
|||
|
||||
SetAPDULogging(APDULogging);
|
||||
|
||||
struct tlvdb *t = NULL;
|
||||
const char *al = "Applets list";
|
||||
t = tlvdb_fixed(1, strlen(al), (const unsigned char *)al);
|
||||
struct tlvdb *t = tlvdb_fixed(1, strlen(al), (const unsigned char *)al);
|
||||
|
||||
if (EMVSearch(channel, activateField, leaveSignalON, decodeTLV, t)) {
|
||||
tlvdb_free(t);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue