CHG: doesnt flush the printf() calls
This commit is contained in:
@@ -1151,6 +1151,7 @@ int CmdHF14AMfChk(const char *Cmd)
|
|||||||
e_sector[i].foundKey[trgKeyType] = FALSE;
|
e_sector[i].foundKey[trgKeyType] = FALSE;
|
||||||
}
|
}
|
||||||
printf(".");
|
printf(".");
|
||||||
|
fflush(stdout);
|
||||||
}
|
}
|
||||||
b < 127 ? ( b +=4 ) : ( b += 16 );
|
b < 127 ? ( b +=4 ) : ( b += 16 );
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user