CHG: doesnt flush the printf() calls

This commit is contained in:
iceman1001 2016-04-10 13:34:27 +02:00
parent cbdcc89ae7
commit 2daa0d0b1e

View file

@ -1151,6 +1151,7 @@ int CmdHF14AMfChk(const char *Cmd)
e_sector[i].foundKey[trgKeyType] = FALSE;
}
printf(".");
fflush(stdout);
}
b < 127 ? ( b +=4 ) : ( b += 16 );
}