Skip to content

Commit

Permalink
fix coverity CID 321717
Browse files Browse the repository at this point in the history
  • Loading branch information
iceman1001 committed May 19, 2021
1 parent b822e0e commit 03a7109
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/wiegand_formats.c
Original file line number Diff line number Diff line change
Expand Up @@ -1383,7 +1383,7 @@ void HIDListFormats(void) {
++i;
}
PrintAndLogEx(INFO, "------------------------------------------------------------");
PrintAndLogEx(INFO, "Available card formats: " _YELLOW_("%" PRIu32), ARRAYLEN(FormatTable));
PrintAndLogEx(INFO, "Available card formats: " _YELLOW_("%" PRIu64), ARRAYLEN(FormatTable));
PrintAndLogEx(NORMAL, "");
return;
}
Expand Down

0 comments on commit 03a7109

Please sign in to comment.