need flush to print those dots

This commit is contained in:
iceman1001 2020-09-08 11:27:20 +02:00
commit 64e68cd158

View file

@ -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, "");