From 64e68cd1584a2edafce705d02386d80d95ecda01 Mon Sep 17 00:00:00 2001 From: iceman1001 Date: Tue, 8 Sep 2020 11:27:20 +0200 Subject: [PATCH] need flush to print those dots --- client/src/cmdhfmf.c | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/client/src/cmdhfmf.c b/client/src/cmdhfmf.c index 342df0143..c42387063 100644 --- a/client/src/cmdhfmf.c +++ b/client/src/cmdhfmf.c @@ -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, "");