need flush to print those dots
This commit is contained in:
@@ -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, "");
|
||||
|
||||
Reference in New Issue
Block a user