mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2024-11-10 09:32:41 +08: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
|
||||
//-----------------------------------------------------------------------------
|
||||
#include "aidsearch.h"
|
||||
|
||||
#include <ctype.h>
|
||||
#include <string.h>
|
||||
|
||||
#include "fileutils.h"
|
||||
#include "pm3_cmd.h"
|
||||
|
||||
|
||||
int openAIDFile(json_t **root, bool verbose) {
|
||||
json_error_t error;
|
||||
|
||||
|
@ -39,7 +36,7 @@ int openAIDFile(json_t **root, bool verbose) {
|
|||
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:
|
||||
free(path);
|
||||
return retval;
|
||||
|
|
Loading…
Reference in a new issue