mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 18:48:13 -07:00
cppchecker
This commit is contained in:
parent
05c5179b41
commit
5c1b99b048
1 changed files with 1 additions and 2 deletions
|
@ -165,8 +165,7 @@ static void print_cb(void *data, const struct tlv *tlv, int level, bool is_leaf)
|
|||
}
|
||||
|
||||
bool TLVPrintFromBuffer(uint8_t *data, int datalen) {
|
||||
struct tlvdb *t = NULL;
|
||||
t = tlvdb_parse_multi(data, datalen);
|
||||
struct tlvdb *t = tlvdb_parse_multi(data, datalen);
|
||||
if (t) {
|
||||
PrintAndLogEx(INFO, "-------------------- " _CYAN_("TLV decoded") " --------------------");
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue