mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-02-22 23:24:22 +08:00
wrong size
This commit is contained in:
parent
8c646cf1ca
commit
23190a0070
1 changed files with 1 additions and 1 deletions
|
@ -345,7 +345,7 @@ int applyIso14443a(char *exp, size_t size, uint8_t *cmd, uint8_t cmdsize) {
|
|||
break;
|
||||
}
|
||||
case NTAG_I2C_FASTWRITE:
|
||||
if (size == 69) {
|
||||
if (cmdsize == 69) {
|
||||
snprintf(exp, size, "FAST WRITE (%d - %d)", cmd[1], cmd[2]);
|
||||
}
|
||||
break;
|
||||
|
|
Loading…
Reference in a new issue