mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2024-11-10 17:49:32 +08:00
coverity 226329 invalid type for printf
This commit is contained in:
parent
30da3cfd42
commit
ff9eabdab5
1 changed files with 1 additions and 1 deletions
|
@ -421,7 +421,7 @@ static int CmdHFFelicaDumpLite(const char *Cmd) {
|
|||
return PM3_ETIMEOUT;
|
||||
}
|
||||
|
||||
PrintAndLogEx(SUCCESS, "Recorded Activity (trace len = %"PRIu64" bytes)", tracelen);
|
||||
PrintAndLogEx(SUCCESS, "Recorded Activity (trace len = %"PRIu32" bytes)", tracelen);
|
||||
|
||||
print_hex_break(trace, tracelen, 32);
|
||||
printSep();
|
||||
|
|
Loading…
Reference in a new issue