coverity 226329 invalid type for printf
This commit is contained in:
@@ -421,7 +421,7 @@ static int CmdHFFelicaDumpLite(const char *Cmd) {
|
|||||||
return PM3_ETIMEOUT;
|
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);
|
print_hex_break(trace, tracelen, 32);
|
||||||
printSep();
|
printSep();
|
||||||
|
|||||||
Reference in New Issue
Block a user