mirror of
https://github.com/Proxmark/proxmark3.git
synced 2025-08-21 22:03:19 -07:00
small fix
This commit is contained in:
parent
4df0548513
commit
46e15ab471
1 changed files with 1 additions and 1 deletions
|
@ -267,7 +267,7 @@ bool ParamLoadFromJson(struct tlvdb *tlv) {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
PrintAndLog("Load params: json OK");
|
PrintAndLog("Load params: json(%d) OK", json_array_size(root));
|
||||||
|
|
||||||
for(int i = 0; i < json_array_size(root); i++) {
|
for(int i = 0; i < json_array_size(root); i++) {
|
||||||
json_t *data, *jtag, *jlength, *jvalue;
|
json_t *data, *jtag, *jlength, *jvalue;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue