chg: the dot progress is not logged anymore. Force fflush afterwards.

This commit is contained in:
iceman1001 2018-03-05 20:07:29 +01:00
commit 24482211ad
14 changed files with 19 additions and 25 deletions

View file

@ -1621,8 +1621,7 @@ int CmdT55xxBruteForce(const char *Cmd) {
while ((!found) && (i <= end_password)){
PrintAndLogEx(NORMAL, ".");
fflush(stdout);
printf("."); fflush(stdout);
if (IsCancelled()) {
free(keyBlock);