textual
This commit is contained in:
@@ -607,7 +607,7 @@ int CmdHF14ACUIDs(const char *Cmd) {
|
|||||||
|
|
||||||
if (ukbhit()) {
|
if (ukbhit()) {
|
||||||
int gc = getchar(); (void)gc;
|
int gc = getchar(); (void)gc;
|
||||||
PrintAndLogEx(NORMAL, "\n[!] aborted via keyboard!\n");
|
PrintAndLogEx(WARNING, "\n[!] aborted via keyboard!\n");
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -367,7 +367,7 @@ int CmdHFFelicaDumpLite(const char *Cmd) {
|
|||||||
printf("."); fflush(stdout);
|
printf("."); fflush(stdout);
|
||||||
if (ukbhit()) {
|
if (ukbhit()) {
|
||||||
int gc = getchar(); (void)gc;
|
int gc = getchar(); (void)gc;
|
||||||
PrintAndLogEx(NORMAL, "\n[!] aborted via keyboard!\n");
|
PrintAndLogEx(WARNING, "\n[!] aborted via keyboard!\n");
|
||||||
DropField();
|
DropField();
|
||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1057,7 +1057,7 @@ int CmdHFiClassReader_Dump(const char *Cmd) {
|
|||||||
printf("."); fflush(stdout);
|
printf("."); fflush(stdout);
|
||||||
if (ukbhit()) {
|
if (ukbhit()) {
|
||||||
int gc = getchar(); (void)gc;
|
int gc = getchar(); (void)gc;
|
||||||
PrintAndLogEx(NORMAL, "\n[!] aborted via keyboard!\n");
|
PrintAndLogEx(WARNING, "\n[!] aborted via keyboard!\n");
|
||||||
DropField();
|
DropField();
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
@@ -2061,7 +2061,7 @@ int CmdHFiClassCheckKeys(const char *Cmd) {
|
|||||||
|
|
||||||
if (ukbhit()) {
|
if (ukbhit()) {
|
||||||
int gc = getchar(); (void)gc;
|
int gc = getchar(); (void)gc;
|
||||||
PrintAndLogEx(NORMAL, "\n[!] Aborted via keyboard!\n");
|
PrintAndLogEx(WARNING, "\n[!] Aborted via keyboard!\n");
|
||||||
goto out;
|
goto out;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user