mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 05:43:48 -07:00
errors: cmdmain
This commit is contained in:
parent
dcfee8963b
commit
38fc6e2290
4 changed files with 9 additions and 7 deletions
|
@ -181,8 +181,9 @@ main_loop(char *script_cmds_file, char *script_cmd, bool usb_present) {
|
|||
if ((!entry) || (strcmp(entry->line, cmd) != 0))
|
||||
add_history(cmd);
|
||||
|
||||
// PrintAndLogEx(NORMAL, "RETVAL: %d\n", ret);
|
||||
// exit or quit
|
||||
if (ret == 99)
|
||||
if (ret == PM3_EFATAL)
|
||||
break;
|
||||
}
|
||||
free(cmd);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue