mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 05:43:48 -07:00
fix: 'hf mf esave' - no extra newline in the end of the file
This commit is contained in:
parent
e119db8683
commit
4f1e2f80c5
1 changed files with 3 additions and 1 deletions
|
@ -2500,6 +2500,8 @@ int CmdHF14AMfESave(const char *Cmd) {
|
|||
}
|
||||
for (j = 0; j < 16; j++)
|
||||
fprintf(f, "%02X", buf[j]);
|
||||
|
||||
if (i != numBlocks -1)
|
||||
fprintf(f, "\n");
|
||||
printf("."); fflush(stdout);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue