mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 02:27:26 -07:00
fix coverity
This commit is contained in:
parent
4950098042
commit
1c8194a84f
1 changed files with 1 additions and 1 deletions
|
@ -1171,7 +1171,7 @@ static int l_em4x50_read(lua_State *L) {
|
|||
|
||||
PrintAndLogEx(DEBUG, "Addr %u", etd.address);
|
||||
if (etd.pwd_given)
|
||||
PrintAndLogEx(DEBUG, " Pwd %08X", etd.password);
|
||||
PrintAndLogEx(DEBUG, " Pwd %s", sprint_hex(etd.password, sizeof(etd.password)));
|
||||
|
||||
em4x50_word_t words[EM4X50_NO_WORDS];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue