need flush to print those dots
This commit is contained in:
@@ -4247,6 +4247,8 @@ static int CmdHF14AMfCLoad(const char *Cmd) {
|
|||||||
datalen -= 16;
|
datalen -= 16;
|
||||||
|
|
||||||
PrintAndLogEx(NORMAL, "." NOLF);
|
PrintAndLogEx(NORMAL, "." NOLF);
|
||||||
|
fflush(stdout);
|
||||||
|
|
||||||
blockNum++;
|
blockNum++;
|
||||||
|
|
||||||
// magic card type - mifare 1K
|
// magic card type - mifare 1K
|
||||||
@@ -4534,6 +4536,9 @@ static int CmdHF14AMfCView(const char *Cmd) {
|
|||||||
free(dump);
|
free(dump);
|
||||||
return PM3_ESOFT;
|
return PM3_ESOFT;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
PrintAndLogEx(NORMAL, "." NOLF);
|
||||||
|
fflush(stdout);
|
||||||
}
|
}
|
||||||
|
|
||||||
PrintAndLogEx(NORMAL, "");
|
PrintAndLogEx(NORMAL, "");
|
||||||
|
|||||||
Reference in New Issue
Block a user