cppchecker
This commit is contained in:
@@ -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) {
|
bool TLVPrintFromBuffer(uint8_t *data, int datalen) {
|
||||||
struct tlvdb *t = NULL;
|
struct tlvdb *t = tlvdb_parse_multi(data, datalen);
|
||||||
t = tlvdb_parse_multi(data, datalen);
|
|
||||||
if (t) {
|
if (t) {
|
||||||
PrintAndLogEx(INFO, "-------------------- " _CYAN_("TLV decoded") " --------------------");
|
PrintAndLogEx(INFO, "-------------------- " _CYAN_("TLV decoded") " --------------------");
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user