mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-01-07 16:48:15 +08:00
sign-compare
This commit is contained in:
parent
162b7b58df
commit
b3ff89e41e
1 changed files with 2 additions and 2 deletions
|
@ -122,8 +122,8 @@ int PrintAIDDescription(json_t *xroot, char *aid, bool verbose) {
|
||||||
goto out;
|
goto out;
|
||||||
|
|
||||||
json_t *elm = NULL;
|
json_t *elm = NULL;
|
||||||
int maxaidlen = 0;
|
uint32_t maxaidlen = 0;
|
||||||
for (int elmindx = 0; elmindx < json_array_size(root); elmindx++) {
|
for (uint32_t elmindx = 0; elmindx < json_array_size(root); elmindx++) {
|
||||||
json_t *data = AIDSearchGetElm(root, elmindx);
|
json_t *data = AIDSearchGetElm(root, elmindx);
|
||||||
if (data == NULL)
|
if (data == NULL)
|
||||||
continue;
|
continue;
|
||||||
|
|
Loading…
Reference in a new issue