mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-03-30 17:03:34 +08:00
coverity CID 286923
This commit is contained in:
parent
28032cd3be
commit
752a41e423
1 changed files with 1 additions and 1 deletions
|
@ -2865,7 +2865,7 @@ static int CmdHF14ADesGetValueData(const char *Cmd) {
|
|||
uint32_t len = 0;
|
||||
int res = handler_desfire_getvalue(&value, &len, cs);
|
||||
if (res == PM3_SUCCESS) {
|
||||
PrintAndLogEx(SUCCESS, "Successfully read value from File %u:", fileno);
|
||||
PrintAndLogEx(SUCCESS, "Successfully read value from File %u:", value.fileno);
|
||||
PrintAndLogEx(NORMAL, "\nOffset | Data | Ascii");
|
||||
PrintAndLogEx(NORMAL, "----------------------------------------------------------------------------");
|
||||
for (uint32_t i = 0; i < len; i += 16) {
|
||||
|
|
Loading…
Add table
Reference in a new issue