mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-02-14 03:03:14 +08:00
Minor issue, usability
This commit is contained in:
parent
78e7cf984c
commit
6a2c1d8e14
1 changed files with 1 additions and 1 deletions
|
@ -380,7 +380,7 @@ int CmdHF14AMfDump(const char *Cmd)
|
||||||
}
|
}
|
||||||
if (isOK) {
|
if (isOK) {
|
||||||
fwrite ( data, 1, 16, fout );
|
fwrite ( data, 1, 16, fout );
|
||||||
PrintAndLog("Dumped card data into 'dumpkeys.bin'");
|
PrintAndLog("Dumped card data into 'dumpdata.bin'");
|
||||||
|
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
|
|
Loading…
Reference in a new issue