mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-22 14:23:50 -07:00
string formatter
This commit is contained in:
parent
3c34e95ce9
commit
7e8ffc3e0c
1 changed files with 1 additions and 1 deletions
|
@ -327,7 +327,7 @@ bool asn1_tag_dump(const struct tlv *tlv, int level, bool *candump) {
|
||||||
*/
|
*/
|
||||||
|
|
||||||
PrintAndLogEx(INFO,
|
PrintAndLogEx(INFO,
|
||||||
"%*s-- %02X [%02ZX] '"_YELLOW_("%s") "'" NOLF
|
"%*s-- %02X [%02zX] '"_YELLOW_("%s") "'" NOLF
|
||||||
, (level * 4)
|
, (level * 4)
|
||||||
, " "
|
, " "
|
||||||
, tlv->tag
|
, tlv->tag
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue