mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 13:53:55 -07:00
felica: Fix codeql warnings
This commit is contained in:
parent
02d2fcc3e7
commit
abddde7a51
1 changed files with 1 additions and 1 deletions
|
@ -2069,7 +2069,7 @@ static int CmdHFFelicaDumpLite(const char *Cmd) {
|
||||||
return PM3_EOPABORTED;
|
return PM3_EOPABORTED;
|
||||||
}
|
}
|
||||||
|
|
||||||
uint32_t tracelen = resp.oldarg[1];
|
uint16_t tracelen = resp.oldarg[1];
|
||||||
if (tracelen == 0) {
|
if (tracelen == 0) {
|
||||||
PrintAndLogEx(WARNING, "No trace data! Maybe not a FeliCa Lite card?");
|
PrintAndLogEx(WARNING, "No trace data! Maybe not a FeliCa Lite card?");
|
||||||
return PM3_ESOFT;
|
return PM3_ESOFT;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue