mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 10:37:23 -07:00
Merge branch 'master' of https://github.com/Proxmark/proxmark3
Conflicts: armsrc/mifarecmd.c client/cmdhfmf.c
This commit is contained in:
commit
c068ebb78f
2 changed files with 4 additions and 3 deletions
|
@ -1321,12 +1321,13 @@ int CmdHF14AMfESave(const char *Cmd)
|
|||
// get filename (UID from memory)
|
||||
if (mfEmlGetMem(buf, 0, 1)) {
|
||||
PrintAndLog("Can\'t get UID from block: %d", 0);
|
||||
len = sprintf(fnameptr, "dump");
|
||||
len = sprintf(fnameptr, "dump");
|
||||
fnameptr += len;
|
||||
}
|
||||
else {
|
||||
for (j = 0; j < 7; j++, fnameptr += 2)
|
||||
sprintf(fnameptr, "%02X", buf[j]);
|
||||
sprintf(fnameptr, "%02X", buf[j]);
|
||||
}
|
||||
}
|
||||
} else {
|
||||
fnameptr += len;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue