mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 05:43:48 -07:00
need flush to print those dots
This commit is contained in:
parent
4d665f6a22
commit
64e68cd158
1 changed files with 5 additions and 0 deletions
|
@ -4247,6 +4247,8 @@ static int CmdHF14AMfCLoad(const char *Cmd) {
|
|||
datalen -= 16;
|
||||
|
||||
PrintAndLogEx(NORMAL, "." NOLF);
|
||||
fflush(stdout);
|
||||
|
||||
blockNum++;
|
||||
|
||||
// magic card type - mifare 1K
|
||||
|
@ -4534,6 +4536,9 @@ static int CmdHF14AMfCView(const char *Cmd) {
|
|||
free(dump);
|
||||
return PM3_ESOFT;
|
||||
}
|
||||
|
||||
PrintAndLogEx(NORMAL, "." NOLF);
|
||||
fflush(stdout);
|
||||
}
|
||||
|
||||
PrintAndLogEx(NORMAL, "");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue