textual
This commit is contained in:
@@ -1501,7 +1501,7 @@ int CmdT55xxWipe(const char *Cmd) {
|
||||
bool IsCancelled(void) {
|
||||
if (ukbhit()) {
|
||||
int gc = getchar(); (void)gc;
|
||||
PrintAndLogEx(NORMAL, "\naborted via keyboard!\n");
|
||||
PrintAndLogEx(WARNING, "\naborted via keyboard!\n");
|
||||
return true;
|
||||
}
|
||||
return false;
|
||||
|
||||
@@ -901,7 +901,7 @@ static int smart_brute_sfi(bool decodeTLV){
|
||||
|
||||
if (ukbhit()) {
|
||||
int gc = getchar(); (void)gc;
|
||||
PrintAndLogEx(NORMAL, "\naborted via keyboard!\n");
|
||||
PrintAndLogEx(WARNING, "\naborted via keyboard!\n");
|
||||
free(buf);
|
||||
return 1;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user