mirror of
https://github.com/Proxmark/proxmark3.git
synced 2025-08-21 05:43:23 -07:00
fix nested loop with cards that do not NACK
This commit is contained in:
parent
e73c9f1bd4
commit
9b6d1f74da
3 changed files with 13 additions and 2 deletions
|
@ -679,7 +679,7 @@ int CmdSriWrite(const char *Cmd) {
|
|||
uint8_t blockno = -1;
|
||||
uint8_t data[4] = {0x00};
|
||||
bool isSrix4k = true;
|
||||
char str[20];
|
||||
char str[22];
|
||||
|
||||
if (strlen(Cmd) < 1 || cmdp == 'h' || cmdp == 'H') {
|
||||
PrintAndLog("Usage: hf 14b write <1|2> <BLOCK> <DATA>");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue