clang fix

This commit is contained in:
iceman1001
2021-04-17 15:17:39 +02:00
parent 15d14f8259
commit be6a9273ec
4 changed files with 6 additions and 7 deletions

View File

@@ -1989,7 +1989,7 @@ int infoHF14A(bool verbose, bool do_nack_test, bool do_aid_search) {
PrintAndLogEx(INFO, "-------------------- " _CYAN_("AID Search") " --------------------");
bool found = false;
int elmindx = 0;
size_t elmindx = 0;
json_t *root = AIDSearchInit(verbose);
if (root != NULL) {
bool ActivateField = true;