mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-26 08:05:27 -07:00
text fix
This commit is contained in:
parent
130ab34ab6
commit
1b6531f50e
1 changed files with 4 additions and 1 deletions
|
@ -4994,6 +4994,9 @@ static int DesfileReadISOFileAndPrint(DesfireContext *dctx, bool select_current_
|
|||
|
||||
if (resplen > 0) {
|
||||
size_t reccount = resplen / reclen;
|
||||
if (select_current_file)
|
||||
PrintAndLogEx(SUCCESS, "Read %zu bytes from file 0x%04x from record %d record count %zu record length %zu", resplen, fisoid, offset, reccount, reclen);
|
||||
else
|
||||
PrintAndLogEx(SUCCESS, "Read %zu bytes from file 0x%02x from record %d record count %zu record length %zu", resplen, fnum, offset, reccount, reclen);
|
||||
if (reccount > 1)
|
||||
PrintAndLogEx(SUCCESS, "Lastest record at the bottom.");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue