mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-19 21:03:48 -07:00
covery
This commit is contained in:
parent
c1f9e076a8
commit
9020df5b30
1 changed files with 1 additions and 4 deletions
|
@ -8,14 +8,11 @@
|
||||||
// Proxmark3 RDV40 AID list library
|
// Proxmark3 RDV40 AID list library
|
||||||
//-----------------------------------------------------------------------------
|
//-----------------------------------------------------------------------------
|
||||||
#include "aidsearch.h"
|
#include "aidsearch.h"
|
||||||
|
|
||||||
#include <ctype.h>
|
#include <ctype.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
|
||||||
#include "fileutils.h"
|
#include "fileutils.h"
|
||||||
#include "pm3_cmd.h"
|
#include "pm3_cmd.h"
|
||||||
|
|
||||||
|
|
||||||
int openAIDFile(json_t **root, bool verbose) {
|
int openAIDFile(json_t **root, bool verbose) {
|
||||||
json_error_t error;
|
json_error_t error;
|
||||||
|
|
||||||
|
@ -39,7 +36,7 @@ int openAIDFile(json_t **root, bool verbose) {
|
||||||
goto out;
|
goto out;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (verbose) PrintAndLogEx(SUCCESS, "Loaded file (%s) OK. %d records.", path, json_array_size(*root));
|
if (verbose) PrintAndLogEx(SUCCESS, "Loaded file (%s) OK. %zu records.", path, json_array_size(*root));
|
||||||
out:
|
out:
|
||||||
free(path);
|
free(path);
|
||||||
return retval;
|
return retval;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue