This commit is contained in:
merlokk 2021-08-06 20:02:49 +03:00
commit 1b6531f50e

View file

@ -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.");