mirror of
https://github.com/Proxmark/proxmark3.git
synced 2025-08-22 06:13:27 -07:00
small change
This commit is contained in:
parent
c40894f289
commit
b7f7ab0edd
1 changed files with 1 additions and 1 deletions
|
@ -364,10 +364,10 @@ int CmdHFEMVGPO(const char *cmd) {
|
||||||
return 4;
|
return 4;
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
pdol_data_tlv = &data_tlv;
|
|
||||||
if (paramsLoadFromFile) {
|
if (paramsLoadFromFile) {
|
||||||
PrintAndLog("WARNING: don't need to load parameters. Sending plain PDOL data...");
|
PrintAndLog("WARNING: don't need to load parameters. Sending plain PDOL data...");
|
||||||
}
|
}
|
||||||
|
pdol_data_tlv = &data_tlv;
|
||||||
}
|
}
|
||||||
|
|
||||||
size_t pdol_data_tlv_data_len = 0;
|
size_t pdol_data_tlv_data_len = 0;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue