This commit is contained in:
Philippe Teuwen
2021-04-18 18:31:51 +02:00
parent 729fd0439c
commit ed78bca62b
6 changed files with 113 additions and 113 deletions

View File

@@ -24,7 +24,7 @@ static int openAIDFile(json_t **root, bool verbose) {
int retval = PM3_SUCCESS;
*root = json_load_file(path, 0, &error);
if (!*root) {
if (!*root) {
PrintAndLogEx(ERR, "json (%s) error on line %d: %s", path, error.line, error.text);
retval = PM3_ESOFT;
goto out;