mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-03-16 10:05:09 +08:00
fix typo
This commit is contained in:
parent
2282d480ad
commit
ee8759bc8b
1 changed files with 1 additions and 1 deletions
|
@ -719,7 +719,7 @@ static int CmdSmartInfo(const char *Cmd) {
|
|||
|
||||
// print header
|
||||
PrintAndLogEx(INFO, "--- " _CYAN_("Smartcard Information") " ---------");
|
||||
PrintAndLogEx(INFO, "ISO7618-3 ATR... %s", sprint_hex(card.atr, card.atr_len));
|
||||
PrintAndLogEx(INFO, "ISO7816-3 ATR... %s", sprint_hex(card.atr, card.atr_len));
|
||||
// convert bytes to str.
|
||||
char *hexstr = calloc((card.atr_len << 1) + 1, sizeof(uint8_t));
|
||||
if (hexstr == NULL) {
|
||||
|
|
Loading…
Reference in a new issue